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

Struct InOrderPathResolver

sizes/path_resolver.go:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69func (_ NullPathResolver) RecordTag(oid git.OID, tag *git.Tag) {}
70
71type InOrderPathResolver struct {
72 lock sync.Mutex
73 soughtPaths map[git.OID]*Path
74}
75
76// Structure for keeping track of an object whose path we want to know
77// (e.g., the biggest blob, or a tree containing the biggest blob, or

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected