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

Function ModuleSetLocalOpaqueIDs

private/bufpkg/bufmodule/module_set.go:203–205  ·  view source on GitHub ↗

ModuleSetLocalOpaqueIDs is a convenience function that returns a slice of the OpaqueIDs of the local Modules in the ModuleSet. Sorted.

(moduleSet ModuleSet)

Source from the content-addressed store, hash-verified

201//
202// Sorted.
203func ModuleSetLocalOpaqueIDs(moduleSet ModuleSet) []string {
204 return modulesOpaqueIDs(ModuleSetLocalModules(moduleSet))
205}
206
207// ModuleSetRemoteOpaqueIDs is a convenience function that returns a slice of the OpaqueIDs of the
208// remote Modules in the ModuleSet.

Callers

nothing calls this directly

Calls 2

modulesOpaqueIDsFunction · 0.85
ModuleSetLocalModulesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…