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

Interface FunctionRuntime

fs/api/runtime.go:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type FunctionRuntime interface {
24 Call(e contube.Record) (contube.Record, error)
25 Stop()
26}
27
28type FunctionRuntimeFactory interface {
29 NewFunctionRuntime(instance FunctionInstance) (FunctionRuntime, error)

Callers 6

RunMethod · 0.65
NewFunctionRuntimeMethod · 0.65
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

no test coverage detected