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

Method GetMessageRef

private/buf/buffetch/buffetch.go:158–158  ·  view source on GitHub ↗

GetMessageRef gets the reference for the message file.

(ctx context.Context, value string)

Source from the content-addressed store, hash-verified

156type MessageRefParser interface {
157 // GetMessageRef gets the reference for the message file.
158 GetMessageRef(ctx context.Context, value string) (MessageRef, error)
159 // GetMessageRefForInputConfig gets the reference for the message file.
160 GetMessageRefForInputConfig(
161 ctx context.Context,

Callers 3

PutImageMethod · 0.95
GetMessageMethod · 0.95
PutMessageMethod · 0.95

Implementers 1

refParserprivate/buf/buffetch/ref_parser.go

Calls

no outgoing calls

Tested by

no test coverage detected