MCPcopy Index your code
hub / github.com/Effect-TS/effect / KeyValueStore.test.ts

File KeyValueStore.test.ts

packages/platform/test/KeyValueStore.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as KeyValueStore from "@effect/platform/KeyValueStore"
2import { afterEach, describe, it } from "@effect/vitest"
3import { assertNone, assertSome, assertTrue, strictEqual } from "@effect/vitest/utils"
4import { Effect, identity, Layer, pipe, Schema } from "effect"

Callers

nothing calls this directly

Calls 13

assertSomeFunction · 0.90
assertTrueFunction · 0.90
pipeFunction · 0.90
strictEqualFunction · 0.90
testLayerFunction · 0.85
itFunction · 0.85
runUserStoreFunction · 0.85
pipeMethod · 0.65
prefixMethod · 0.65
setMethod · 0.65
modifyMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected