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