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

Function newFunctionOptions

private/buf/bufctl/option.go:163–167  ·  view source on GitHub ↗
(controller *controller)

Source from the content-addressed store, hash-verified

161}
162
163func newFunctionOptions(controller *controller) *functionOptions {
164 return &functionOptions{
165 copyToInMemory: controller.copyToInMemory,
166 }
167}
168
169func (f *functionOptions) getGetReadBucketCloserOptions() []buffetch.GetReadBucketCloserOption {
170 var getReadBucketCloserOptions []buffetch.GetReadBucketCloserOption

Callers 10

GetWorkspaceMethod · 0.85
GetImageMethod · 0.85
GetImageForWorkspaceMethod · 0.85
PutImageMethod · 0.85
GetMessageMethod · 0.85
PutMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…