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

Struct testFunctionManagerImpl

server/function_store_test.go:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30)
31
32type testFunctionManagerImpl struct {
33 functions map[fs.NamespacedName]*model.Function
34}
35
36func (t *testFunctionManagerImpl) StartFunction(f *model.Function) error {
37 t.functions[fs.GetNamespacedName(f.Namespace, f.Name)] = f

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected