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

Method Stop

fs/api/runtime.go:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23type FunctionRuntime interface {
24 Call(e contube.Record) (contube.Record, error)
25 Stop()
26}
27
28type FunctionRuntimeFactory interface {

Callers 4

RunMethod · 0.65
DeleteFunctionMethod · 0.65
CloseMethod · 0.65
TestFMWithGRPCRuntimeFunction · 0.65

Implementers 3

MockRuntimeserver/server_test.go
FuncRuntimefs/runtime/grpc/grpc_func.go
FunctionRuntimefs/runtime/wazero/wazero_runtime.go

Calls

no outgoing calls

Tested by 1

TestFMWithGRPCRuntimeFunction · 0.52