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

File Tracer.test.ts

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

Source from the content-addressed store, hash-verified

1import { describe, it } from "@effect/vitest"
2import { assertInclude, assertNone, assertTrue, deepStrictEqual, strictEqual } from "@effect/vitest/utils"
3import { Cause, Context, Duration, Effect, Fiber, FiberId, Layer, Option, pipe, TestClock, Tracer } from "effect"
4import type { Span } from "effect/Tracer"

Callers

nothing calls this directly

Calls 15

assertTrueFunction · 0.90
assertIncludeFunction · 0.90
deepStrictEqualFunction · 0.90
assertNoneFunction · 0.90
strictEqualFunction · 0.90
pipeFunction · 0.90
getSpanFunction · 0.85
spanMethod · 0.80
syncMethod · 0.80
pipeMethod · 0.65
failMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected