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

Function ModuleSetNonTargetOpaqueIDs

private/bufpkg/bufmodule/module_set.go:195–197  ·  view source on GitHub ↗

ModuleSetNonTargetOpaqueIDs is a convenience function that returns a slice of the OpaqueIDs of the non-target Modules in the ModuleSet. Sorted.

(moduleSet ModuleSet)

Source from the content-addressed store, hash-verified

193//
194// Sorted.
195func ModuleSetNonTargetOpaqueIDs(moduleSet ModuleSet) []string {
196 return modulesOpaqueIDs(ModuleSetNonTargetModules(moduleSet))
197}
198
199// ModuleSetLocalOpaqueIDs is a convenience function that returns a slice of the OpaqueIDs of the
200// local Modules in the ModuleSet.

Callers

nothing calls this directly

Calls 2

modulesOpaqueIDsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…