Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ describe, it } from
"@effect/vitest"
2
import
{ strictEqual } from
"@effect/vitest/utils"
3
import
{ Effect, identity, pipe, ScopedRef } from
"effect"
4
import
* as Counter from
"./utils/counter.js"
Callers
nothing calls this directly
Calls
9
strictEqual
Function · 0.90
pipe
Function · 0.90
make
Method · 0.65
set
Method · 0.65
acquire
Method · 0.65
get
Method · 0.65
acquired
Method · 0.65
released
Method · 0.65
pipe
Method · 0.65
Tested by
no test coverage detected