MCPcopy Create free account
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, deepStrictEqual, strictEqual } from "@effect/vitest/utils"
3import { Cause, Context, Duration, Effect, Fiber, Layer, Tracer } from "effect"
4import { TestClock } from "effect/testing"

Callers

nothing calls this directly

Calls 15

assertIncludeFunction · 0.90
strictEqualFunction · 0.90
assertNoneFunction · 0.90
deepStrictEqualFunction · 0.90
getParentFunction · 0.85
contextMethod · 0.80
adjustMethod · 0.80
joinMethod · 0.80
allMethod · 0.80
spanMethod · 0.80
pipeMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected