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

Method DepModuleKeys

private/bufpkg/bufmodule/module_data.go:51–51  ·  view source on GitHub ↗

DepModuleKeys returns the dependencies for this specific Module. The dependencies are the same as that would appear in the v1 buf.lock file. These include all direct and transitive dependencies. A Module constructed from this ModuleData as the target will require all Modules referenced by its DepMo

()

Source from the content-addressed store, hash-verified

49 //
50 // This is used for digest calculations.
51 DepModuleKeys() ([]ModuleKey, error)
52
53 // V1Beta1OrV1BufYAMLObjectData gets the v1beta1 or v1 buf.yaml ObjectData.
54 //

Implementers 1

moduleDataprivate/bufpkg/bufmodule/module_data.g

Calls

no outgoing calls

Tested by

no test coverage detected