Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ Ref.test.ts
File
Ref.test.ts
packages/effect/test/Ref.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ assert, describe, it } from
"@effect/vitest"
2
import
{ Effect, Option, Ref } from
"effect"
3
4
const
current =
"value"
Callers
nothing calls this directly
Calls
9
some
Method · 0.80
isClosed
Function · 0.70
isActive
Function · 0.70
isChanged
Function · 0.70
get
Method · 0.65
make
Method · 0.65
set
Method · 0.65
modify
Method · 0.65
update
Method · 0.45
Tested by
no test coverage detected