ModuleKeyToRegistryCommitID converts the ModuleKey to a RegistryCommitID.
(moduleKey ModuleKey)
| 34 | |
| 35 | // ModuleKeyToRegistryCommitID converts the ModuleKey to a RegistryCommitID. |
| 36 | func ModuleKeyToRegistryCommitID(moduleKey ModuleKey) RegistryCommitID { |
| 37 | return NewRegistryCommitID( |
| 38 | moduleKey.FullName().Registry(), |
| 39 | moduleKey.CommitID(), |
| 40 | ) |
| 41 | } |
no test coverage detected
searching dependent graphs…