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

Method V1Beta1OrV1BufLockObjectData

private/bufpkg/bufmodule/module.go:181–181  ·  view source on GitHub ↗

V1Beta1OrV1BufLockObjectData returns the original source buf.lock associated with this Module, if the Module was backed with a v1beta1 or v1 buf.lock. This may not be set, in the cases where a buf.lock was not present due to no dependencies, or with a v2 Module. This file content is just used for

()

Source from the content-addressed store, hash-verified

179 //
180 // This file content is just used for dependency calculations. It is not parsed.
181 V1Beta1OrV1BufLockObjectData() (ObjectData, error)
182
183 // ModuleSet returns the ModuleSet that this Module is contained within.
184 //

Callers 3

ToModuleMethod · 0.65
putModuleDataMethod · 0.65

Implementers 1

moduleprivate/bufpkg/bufmodule/module.go

Calls

no outgoing calls

Tested by

no test coverage detected