Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
17
package
api
18
19
type
FunctionContext
interface
{
20
PutState(key string, value []byte) error
21
GetState(key string) ([]byte, error)
22
}
Callers
nothing calls this directly
Implementers
5
FuncCtxImpl
fs/func_ctx_impl.go
PebbleStateStore
fs/statestore/pebble.go
FunctionServerImpl
fs/runtime/grpc/grpc_func.go
functionClient
fs/runtime/grpc/proto/grpc_func_grpc.p
UnimplementedFunctionServer
fs/runtime/grpc/proto/grpc_func_grpc.p
Calls
no outgoing calls
Tested by
no test coverage detected