MCPcopy 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
28type FunctionRuntimeFactory interface {
29 NewFunctionRuntime(instance FunctionInstance) (FunctionRuntime, error)
30}

Callers 1

StartFunctionMethod · 0.65

Implementers 3

MockRuntimeFactoryserver/server_test.go
FSSReconcileServerfs/runtime/grpc/grpc_func.go
WazeroFunctionRuntimeFactoryfs/runtime/wazero/wazero_runtime.go

Calls

no outgoing calls

Tested by

no test coverage detected