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

Method BucketID

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

BucketID is an unstructured ID that represents the Bucket that this Module was constructed with via ModuleSetProvider. A BucketID will be unique within a given ModuleSet. A BucketID's structure should not be relied upon, and is not a globally-unique identifier. It's uniqueness property only applie

()

Source from the content-addressed store, hash-verified

72 //
73 // May be empty if a Module was not constructed with a Bucket via a ModuleSetProvider.
74 BucketID() string
75 // FullName returns the full name of the Module.
76 //
77 // May be nil. Callers should not rely on this value being present.

Callers 2

newModuleSetFunction · 0.65

Implementers 1

moduleprivate/bufpkg/bufmodule/module.go

Calls

no outgoing calls

Tested by

no test coverage detected