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

Method ForgetPath

sizes/path_resolver.go:36–36  ·  view source on GitHub ↗
(p *Path)

Source from the content-addressed store, hash-verified

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)
39 RecordCommit(oid, tree 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