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

Function newGetModuleDepsFuncForModule

private/bufpkg/bufmodule/module.go:488–492  ·  view source on GitHub ↗
(module *module)

Source from the content-addressed store, hash-verified

486}
487
488func newGetModuleDepsFuncForModule(module *module) func() ([]ModuleDep, error) {
489 return func() ([]ModuleDep, error) {
490 return getModuleDeps(module.ctx, module)
491 }
492}

Callers 2

newModuleFunction · 0.85
withIsTargetMethod · 0.85

Calls 1

getModuleDepsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…