Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
158
type
noOpCheckout
struct
{
159
manifest tq.Manifest
160
remote string
161
}
162
163
func
(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