MCPcopy
hub / github.com/github/git-sizer / NullPathResolver

Struct NullPathResolver

sizes/path_resolver.go:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43type NullPathResolver struct {
44 useHash bool
45}
46
47func (n NullPathResolver) RequestPath(oid git.OID, objectType string) *Path {
48 // The caller is the only one retaining a reference to this

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected