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

Method DeleteFunction

fs/manager.go:56–56  ·  view source on GitHub ↗
(namespace, name string)

Source from the content-addressed store, hash-verified

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
59 ConsumeEvent(name string) (contube.Record, error)

Callers 5

TestFMWithGRPCRuntimeFunction · 0.95
RunMethod · 0.65
TestBasicFunctionFunction · 0.65
LoadMethod · 0.65
makeFunctionServiceMethod · 0.65

Implementers 2

testFunctionManagerImplserver/function_store_test.go
functionManagerImplfs/manager.go

Calls

no outgoing calls

Tested by 2

TestFMWithGRPCRuntimeFunction · 0.76
TestBasicFunctionFunction · 0.52