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

Function modulesOpaqueIDs

private/bufpkg/bufmodule/module_set.go:491–496  ·  view source on GitHub ↗
(modules []Module)

Source from the content-addressed store, hash-verified

489}
490
491func modulesOpaqueIDs(modules []Module) []string {
492 return xslices.Map(
493 modules,
494 func(module Module) string { return module.OpaqueID() },
495 )
496}

Callers 5

ModuleSetOpaqueIDsFunction · 0.85
ModuleSetTargetOpaqueIDsFunction · 0.85
ModuleSetLocalOpaqueIDsFunction · 0.85
ModuleSetRemoteOpaqueIDsFunction · 0.85

Calls 1

OpaqueIDMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…