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

File KeyValueStore.test.ts

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

Source from the content-addressed store, hash-verified

1import { afterEach, describe, it } from "@effect/vitest"
2import { assertTrue, deepStrictEqual, strictEqual } from "@effect/vitest/utils"
3import { Effect, type Layer, Option, Schema } from "effect"
4import * as KeyValueStore from "effect/unstable/persistence/KeyValueStore"

Callers

nothing calls this directly

Calls 11

strictEqualFunction · 0.90
assertTrueFunction · 0.90
deepStrictEqualFunction · 0.90
testLayerFunction · 0.70
pipeMethod · 0.65
prefixMethod · 0.65
setMethod · 0.65
modifyMethod · 0.65
getMethod · 0.65
hasMethod · 0.45
provideMethod · 0.45

Tested by

no test coverage detected