MCPcopy 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

23type StateStore interface {
24 PutState(key string, value []byte) error
25 GetState(key string) ([]byte, error)
26 Close() error
27}

Callers 4

CallMethod · 0.65
TestStatefulFunctionFunction · 0.65
makeStateServiceMethod · 0.65
TestPebbleStateStoreFunction · 0.65

Implementers 1

PebbleStateStorefs/statestore/pebble.go

Calls

no outgoing calls

Tested by 3

CallMethod · 0.52
TestStatefulFunctionFunction · 0.52
TestPebbleStateStoreFunction · 0.52