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

Method StartFunction

fs/manager.go:55–55  ·  view source on GitHub ↗
(f *model.Function)

Source from the content-addressed store, hash-verified

53
54type FunctionManager interface {
55 StartFunction(f *model.Function) error
56 DeleteFunction(namespace, name string) error
57 ListFunctions() []string
58 ProduceEvent(name string, event contube.Record) error

Callers 6

TestFMWithGRPCRuntimeFunction · 0.95
LoadMethod · 0.65
TestHttpTubeFunction · 0.65
TestStatefulFunctionFunction · 0.65
makeFunctionServiceMethod · 0.65

Implementers 2

testFunctionManagerImplserver/function_store_test.go
functionManagerImplfs/manager.go

Calls

no outgoing calls

Tested by 4

TestFMWithGRPCRuntimeFunction · 0.76
TestHttpTubeFunction · 0.52
TestStatefulFunctionFunction · 0.52