Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FunctionStream/function-stream
/ GetState
Method
GetState
fs/api/statestore.go:25–25 ·
view source on GitHub ↗
(key string)
Source
from the content-addressed store, hash-verified
23
type
StateStore
interface
{
24
PutState(key string, value []byte) error
25
GetState(key string) ([]byte, error)
26
Close() error
27
}
Callers
4
Call
Method · 0.65
TestStatefulFunction
Function · 0.65
makeStateService
Method · 0.65
TestPebbleStateStore
Function · 0.65
Implementers
1
PebbleStateStore
fs/statestore/pebble.go
Calls
no outgoing calls
Tested by
3
Call
Method · 0.52
TestStatefulFunction
Function · 0.52
TestPebbleStateStore
Function · 0.52