CommitID returns the BSR ID of the Commit of the Module that this ImageFile came from. if the ImageFile came from a Module (as opposed to a serialized Protobuf message), and if the CommitID was known.. May be empty, that is CommitID() == uuid.Nil may be true. Callers should not rely on this value b
()
| 61 | // May be empty, that is CommitID() == uuid.Nil may be true. Callers should not rely on this |
| 62 | // value being present. If FullName is nil, this will always be empty. |
| 63 | CommitID() uuid.UUID |
| 64 | // Imports returns the imports for this ImageFile. |
| 65 | Imports() ([]string, error) |
| 66 | // IsImport returns true if this file is an import. |
no outgoing calls
no test coverage detected