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

Method GetDirReadWriteBucket

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

GetDirReadWriteBucket gets the dir bucket.

(
		ctx context.Context,
		container app.EnvStdinContainer,
		dirRef DirRef,
		options ...GetReadWriteBucketOption,
	)

Source from the content-addressed store, hash-verified

366type DirReader interface {
367 // GetDirReadWriteBucket gets the dir bucket.
368 GetDirReadWriteBucket(
369 ctx context.Context,
370 container app.EnvStdinContainer,
371 dirRef DirRef,

Callers 1

Implementers 1

readerprivate/buf/buffetch/reader.go

Calls

no outgoing calls

Tested by

no test coverage detected