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

Struct FuncRuntime

fs/runtime/grpc/grpc_func.go:35–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33)
34
35type FuncRuntime struct {
36 api.FunctionRuntime
37 Name string
38 instance api.FunctionInstance
39 ctx context.Context
40 status *proto.FunctionStatus
41 readyOnce sync.Once
42 readyCh chan error
43 input chan contube.Record
44 output chan contube.Record
45 stopFunc func()
46 processing atomic.Bool
47 log *common.Logger
48}
49
50type Status int32
51

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected