ModuleSetRemoteOpaqueIDs is a convenience function that returns a slice of the OpaqueIDs of the remote Modules in the ModuleSet. Sorted.
(moduleSet ModuleSet)
| 209 | // |
| 210 | // Sorted. |
| 211 | func ModuleSetRemoteOpaqueIDs(moduleSet ModuleSet) []string { |
| 212 | return modulesOpaqueIDs(ModuleSetRemoteModules(moduleSet)) |
| 213 | } |
| 214 | |
| 215 | // ModuleSetToDAG gets a DAG of the given ModuleSet. |
| 216 | // |
nothing calls this directly
no test coverage detected
searching dependent graphs…