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

Function RemoteDepsForModuleSet

private/bufpkg/bufmodule/remote_dep.go:45–47  ·  view source on GitHub ↗

RemoteDepsForModuleSet returns the remote dependencies of the local Modules in the ModuleSet. Sorted by FullName. TODO FUTURE: This needs a LOT of testing.

(moduleSet ModuleSet)

Source from the content-addressed store, hash-verified

43//
44// TODO FUTURE: This needs a LOT of testing.
45func RemoteDepsForModuleSet(moduleSet ModuleSet) ([]RemoteDep, error) {
46 return RemoteDepsForModules(moduleSet.Modules())
47}
48
49// RemoteDepsForModules returns the remote dependencies of the local Modules.
50//

Callers 3

PruneFunction · 0.92
TestBasicFunction · 0.92

Calls 2

RemoteDepsForModulesFunction · 0.85
ModulesMethod · 0.65

Tested by 1

TestBasicFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…