MCPcopy 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

1import { assert, describe, it } from "@effect/vitest"
2import { Effect, Option, Ref } from "effect"
3
4const current = "value"

Callers

nothing calls this directly

Calls 9

someMethod · 0.80
isClosedFunction · 0.70
isActiveFunction · 0.70
isChangedFunction · 0.70
getMethod · 0.65
makeMethod · 0.65
setMethod · 0.65
modifyMethod · 0.65
updateMethod · 0.45

Tested by

no test coverage detected