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

File Cache.test.ts

packages/effect/test/Cache.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { assert, describe, it } from "@effect/vitest"
2import { Cache, Context, Data, Deferred, Duration, Effect, Exit, Fiber, Latch, MutableHashMap, Option } from "effect"
3import { TestClock } from "effect/testing"
4

Callers

nothing calls this directly

Calls 15

makeTestCacheFunction · 0.85
adjustMethod · 0.80
pushMethod · 0.80
allMethod · 0.80
joinMethod · 0.80
onInterruptMethod · 0.80
someMethod · 0.80
refreshMethod · 0.80
setTimeMethod · 0.80
makeMethod · 0.65
getMethod · 0.65
pipeMethod · 0.65

Tested by

no test coverage detected