MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / serverOptionFunc

FuncType serverOptionFunc

server/server.go:81–81  ·  view source on GitHub ↗
func(*serverOptions) (*serverOptions, error)

Source from the content-addressed store, hash-verified

79}
80
81type serverOptionFunc func(*serverOptions) (*serverOptions, error)
82
83func (f serverOptionFunc) apply(c *serverOptions) (*serverOptions, error) {
84 return f(c)

Callers 10

WithHttpListenerFunction · 0.85
WithHttpTubeFactoryFunction · 0.85
WithQueueConfigFunction · 0.85
WithTubeFactoryBuilderFunction · 0.85
WithTubeFactoryBuildersFunction · 0.85
WithStateStoreLoaderFunction · 0.85
WithLoggerFunction · 0.85
WithConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected