Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
23
type
FunctionRuntime
interface
{
24
Call(e contube.Record) (contube.Record, error)
25
Stop()
26
}
27
28
type
FunctionRuntimeFactory
interface
{
Callers
4
Run
Method · 0.65
DeleteFunction
Method · 0.65
Close
Method · 0.65
TestFMWithGRPCRuntime
Function · 0.65
Implementers
3
MockRuntime
server/server_test.go
FuncRuntime
fs/runtime/grpc/grpc_func.go
FunctionRuntime
fs/runtime/wazero/wazero_runtime.go
Calls
no outgoing calls
Tested by
1
TestFMWithGRPCRuntime
Function · 0.52