CommitID returns the BSR ID of the Commit. It is up to the caller to convert this to a dashless ID when necessary. May be empty, that is CommitID() == uuid.Nil may be true. Callers should not rely on this value being present. If FullName is nil, this will always be empty.
()
| 89 | // |
| 90 | // If FullName is nil, this will always be empty. |
| 91 | CommitID() uuid.UUID |
| 92 | // Description returns a human-readable description of the Module. |
| 93 | // |
| 94 | // This can be manually set by a constructor of a Module. In practice, the only current way |
no outgoing calls
no test coverage detected