Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ get
Function
get
packages/effect/src/Ref.ts:200–200 ·
view source on GitHub ↗
(self: Ref<A>)
Source
from the content-addressed store, hash-verified
198
* @since 2.0.0
199
*/
200
export
const
get = <A>(self: Ref<A>) => Effect.sync(() => self.ref.current)
201
202
/**
203
* Sets the value of the Ref to the specified value.
Callers
12
MutableHashMap.ts
File · 0.70
hashGroupKey
Function · 0.70
Array.ts
File · 0.70
evaluate
Function · 0.70
use
Function · 0.70
useSync
Function · 0.70
Schema.ts
File · 0.70
makeSource
Function · 0.70
constructor
Method · 0.70
constructor
Method · 0.70
Chunk.ts
File · 0.70
last
Function · 0.70
Calls
1
sync
Method · 0.45
Tested by
no test coverage detected