blob: a513d3bde773b357a759d4e45e6db26636d0e110 (
about) (
plain) (
blame)
1
2
3
4
5
6
|
// Package reading implements the packed-store read path: pack and index
// discovery, lookup, caching, and object reads from existing packfiles.
//
// Obviously, this internal package is not meant to be used by anyone
// other than object/store/packed.
package reading
|