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

Method Description

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

Description returns a human-readable description of the Module. This can be manually set by a constructor of a Module. In practice, the only current way to specifically set this string is by calling LocalModuleWithDescription when constructing a ModuleSet. This is used to construct descriptive err

()

Source from the content-addressed store, hash-verified

106 // This will never be empty. If a description was not explicitly set, this falls back to
107 // OpaqueID.
108 Description() string
109
110 // Digest returns the Module digest for the given DigestType.
111 //

Callers 7

newModuleSetFunction · 0.65
trackModuleMethod · 0.65
trackFileInfoMethod · 0.65
getModuleDepsRecFunction · 0.65
UploadMethod · 0.65

Implementers 1

moduleprivate/bufpkg/bufmodule/module.go

Calls

no outgoing calls

Tested by

no test coverage detected