MCPcopy Create free account
hub / github.com/FunctionStream/function-stream / FunctionRuntime

Struct FunctionRuntime

fs/runtime/wazero/wazero_runtime.go:147–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147type FunctionRuntime struct {
148 api.FunctionRuntime
149 callFunc func(e contube.Record) (contube.Record, error)
150 stopFunc func()
151 log *common.Logger
152}
153
154func (r *FunctionRuntime) Call(e contube.Record) (contube.Record, error) {
155 return r.callFunc(e)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected