(path string)
| 198 | // identity resolver (for cases like the LSP where path == externalPath). |
| 199 | type imageFileMetadataResolver interface { |
| 200 | ExternalPath(path string) string |
| 201 | LocalPath(path string) string |
| 202 | FullName(path string) bufparse.FullName |
| 203 | CommitID(path string) uuid.UUID |
no outgoing calls
no test coverage detected