| 69 | func (_ NullPathResolver) RecordTag(oid git.OID, tag *git.Tag) {} |
| 70 | |
| 71 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected