MCPcopy Create free account
hub / github.com/bufbuild/buf / ModuleSetRemoteOpaqueIDs

Function ModuleSetRemoteOpaqueIDs

private/bufpkg/bufmodule/module_set.go:211–213  ·  view source on GitHub ↗

ModuleSetRemoteOpaqueIDs is a convenience function that returns a slice of the OpaqueIDs of the remote Modules in the ModuleSet. Sorted.

(moduleSet ModuleSet)

Source from the content-addressed store, hash-verified

209//
210// Sorted.
211func ModuleSetRemoteOpaqueIDs(moduleSet ModuleSet) []string {
212 return modulesOpaqueIDs(ModuleSetRemoteModules(moduleSet))
213}
214
215// ModuleSetToDAG gets a DAG of the given ModuleSet.
216//

Callers

nothing calls this directly

Calls 2

modulesOpaqueIDsFunction · 0.85
ModuleSetRemoteModulesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…