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

Method GetMessageFile

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

GetMessageFile gets the message file. The returned file will be uncompressed.

(
		ctx context.Context,
		container app.EnvStdinContainer,
		messageRef MessageRef,
	)

Source from the content-addressed store, hash-verified

308 //
309 // The returned file will be uncompressed.
310 GetMessageFile(
311 ctx context.Context,
312 container app.EnvStdinContainer,
313 messageRef MessageRef,

Callers 2

GetMessageMethod · 0.65
getImageForMessageRefMethod · 0.65

Implementers 1

readerprivate/buf/buffetch/reader.go

Calls

no outgoing calls

Tested by

no test coverage detected