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

Interface FunctionContext

fs/api/func_ctx.go:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17package api
18
19type FunctionContext interface {
20 PutState(key string, value []byte) error
21 GetState(key string) ([]byte, error)
22}

Callers

nothing calls this directly

Implementers 5

FuncCtxImplfs/func_ctx_impl.go
PebbleStateStorefs/statestore/pebble.go
FunctionServerImplfs/runtime/grpc/grpc_func.go
functionClientfs/runtime/grpc/proto/grpc_func_grpc.p
UnimplementedFunctionServerfs/runtime/grpc/proto/grpc_func_grpc.p

Calls

no outgoing calls

Tested by

no test coverage detected