CommitID returns the ID of the Commit. It is up to the caller to convert this to a dashless ID when necessary. Always present, that is CommitID() == uuid.Nil will always be false.
()
| 46 | // |
| 47 | // Always present, that is CommitID() == uuid.Nil will always be false. |
| 48 | CommitID() uuid.UUID |
| 49 | // Digest returns the Module digest. |
| 50 | // |
| 51 | // Note this is *not* a cas.Digest - this is a Digest. cas.Digests are a lower-level |
no outgoing calls
no test coverage detected