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

Struct noOpCheckout

commands/pull.go:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158type noOpCheckout struct {
159 manifest tq.Manifest
160 remote string
161}
162
163func (c *noOpCheckout) Manifest() tq.Manifest {
164 if c.manifest == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected