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

File ScopedRef.test.ts

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

Source from the content-addressed store, hash-verified

1import { describe, it } from "@effect/vitest"
2import { strictEqual } from "@effect/vitest/utils"
3import { Effect, identity, pipe, ScopedRef } from "effect"
4import * as Counter from "./utils/counter.js"

Callers

nothing calls this directly

Calls 9

strictEqualFunction · 0.90
pipeFunction · 0.90
makeMethod · 0.65
setMethod · 0.65
acquireMethod · 0.65
getMethod · 0.65
acquiredMethod · 0.65
releasedMethod · 0.65
pipeMethod · 0.65

Tested by

no test coverage detected