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

Function newTestFunctionManagerImpl

server/function_store_test.go:66–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66func newTestFunctionManagerImpl() fs.FunctionManager {
67 return &testFunctionManagerImpl{
68 functions: make(map[fs.NamespacedName]*model.Function),
69 }
70}
71
72func createTestFunction(name string) *model.Function {
73 return &model.Function{

Callers 1

TestFunctionStoreLoadingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected