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

Struct functionManagerImpl

fs/manager.go:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64type functionManagerImpl struct {
65 options *managerOptions
66 functions map[NamespacedName][]api.FunctionInstance //TODO: Use sync.map
67 functionsLock sync.Mutex
68 log *common.Logger
69}
70
71type managerOptions struct {
72 tubeFactoryMap map[string]contube.TubeFactory

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected