Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
491
func
modulesOpaqueIDs(modules []Module) []string {
492
return
xslices.Map(
493
modules,
494
func
(module Module) string {
return
module.OpaqueID() },
495
)
496
}
Callers
5
ModuleSetOpaqueIDs
Function · 0.85
ModuleSetTargetOpaqueIDs
Function · 0.85
ModuleSetNonTargetOpaqueIDs
Function · 0.85
ModuleSetLocalOpaqueIDs
Function · 0.85
ModuleSetRemoteOpaqueIDs
Function · 0.85
Calls
1
OpaqueID
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…