Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FunctionStream/function-stream
/ NewFunctionRuntime
Method
NewFunctionRuntime
fs/api/runtime.go:29–29 ·
view source on GitHub ↗
(instance FunctionInstance)
Source
from the content-addressed store, hash-verified
27
28
type
FunctionRuntimeFactory
interface
{
29
NewFunctionRuntime(instance FunctionInstance) (FunctionRuntime, error)
30
}
Callers
1
StartFunction
Method · 0.65
Implementers
3
MockRuntimeFactory
server/server_test.go
FSSReconcileServer
fs/runtime/grpc/grpc_func.go
WazeroFunctionRuntimeFactory
fs/runtime/wazero/wazero_runtime.go
Calls
no outgoing calls
Tested by
no test coverage detected