MCPcopy
hub / github.com/git-lfs/git-lfs / singleCheckout

Struct singleCheckout

commands/pull.go:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56type singleCheckout struct {
57 gitIndexer *gitIndexer
58 hasWorkTree bool
59 manifest tq.Manifest
60 remote string
61}
62
63func (c *singleCheckout) Manifest() tq.Manifest {
64 if c.manifest == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected