MCPcopy Index your code
hub / github.com/github/git-sizer / RequestPath

Method RequestPath

sizes/path_resolver.go:35–35  ·  view source on GitHub ↗
(oid git.OID, objectType string)

Source from the content-addressed store, hash-verified

33// would otherwise continue consuming memory.
34type PathResolver interface {
35 RequestPath(oid git.OID, objectType string) *Path
36 ForgetPath(p *Path)
37 RecordReference(ref git.Reference)
38 RecordTreeEntry(oid git.OID, name string, childOID git.OID)

Callers 1

setPathFunction · 0.65

Implementers 2

NullPathResolversizes/path_resolver.go
InOrderPathResolversizes/path_resolver.go

Calls

no outgoing calls

Tested by

no test coverage detected