MCPcopy
hub / github.com/Effect-TS/effect / RateLimiter.test.ts

File RateLimiter.test.ts

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

Source from the content-addressed store, hash-verified

1import { describe, it } from "@effect/vitest"
2import { assertFalse, assertLeft, assertTrue, deepStrictEqual, strictEqual } from "@effect/vitest/utils"
3import { Array, Clock, Deferred, Effect, Fiber, Function, Option, pipe, RateLimiter, Ref, TestClock } from "effect"
4

Callers

nothing calls this directly

Calls 10

assertTrueFunction · 0.90
deepStrictEqualFunction · 0.90
pipeFunction · 0.90
assertFalseFunction · 0.90
RateLimiterTestSuiteFunction · 0.85
makeMethod · 0.65
pipeMethod · 0.65
adjustMethod · 0.65
joinMethod · 0.65
mapMethod · 0.65

Tested by

no test coverage detected