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

Struct PebbleStateStore

fs/statestore/pebble.go:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type PebbleStateStore struct {
29 api.StateStore
30 log *slog.Logger
31 db *pebble.DB
32}
33
34type PebbleStateStoreConfig struct {
35 DirName string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected