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

Function WithLogger

server/server.go:161–166  ·  view source on GitHub ↗
(log *logr.Logger)

Source from the content-addressed store, hash-verified

159}
160
161func WithLogger(log *logr.Logger) ServerOption {
162 return serverOptionFunc(func(c *serverOptions) (*serverOptions, error) {
163 c.log = log
164 return c, nil
165 })
166}
167
168func GetBuiltinTubeFactoryBuilder() map[string]func(configMap common.ConfigMap) (contube.TubeFactory, error) {
169 return map[string]func(configMap common.ConfigMap) (contube.TubeFactory, error){

Callers

nothing calls this directly

Calls 1

serverOptionFuncFuncType · 0.85

Tested by

no test coverage detected