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

Method PutState

fs/api/statestore.go:24–24  ·  view source on GitHub ↗
(key string, value []byte)

Source from the content-addressed store, hash-verified

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

Callers 3

CallMethod · 0.65
makeStateServiceMethod · 0.65
TestPebbleStateStoreFunction · 0.65

Implementers 1

PebbleStateStorefs/statestore/pebble.go

Calls

no outgoing calls

Tested by 2

CallMethod · 0.52
TestPebbleStateStoreFunction · 0.52