| 30 | ) |
| 31 | |
| 32 | type testFunctionManagerImpl struct { |
| 33 | functions map[fs.NamespacedName]*model.Function |
| 34 | } |
| 35 | |
| 36 | func (t *testFunctionManagerImpl) StartFunction(f *model.Function) error { |
| 37 | t.functions[fs.GetNamespacedName(f.Namespace, f.Name)] = f |
nothing calls this directly
no outgoing calls
no test coverage detected