MCPcopy Create free account
hub / github.com/Effect-TS/effect / KeyValueStore.ts

File KeyValueStore.ts

packages/effect/src/unstable/persistence/KeyValueStore.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Provides effectful key/value storage for persistence backends.
3 *
4 * `KeyValueStore` is a service for storing string or binary values by key. It

Callers

nothing calls this directly

Calls 8

clearMethod · 0.80
makeFunction · 0.70
getMethod · 0.65
setMethod · 0.65
modifyMethod · 0.65
removeMethod · 0.45
hasMethod · 0.45
syncMethod · 0.45

Tested by

no test coverage detected