Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ get
Function
get
packages/effect/src/MutableRef.ts:90–90 ·
view source on GitHub ↗
(self: MutableRef<T>)
Source
from the content-addressed store, hash-verified
88
* @category general
89
*/
90
export
const
get = <T>(self: MutableRef<T>): T => self.current
91
92
/**
93
* @since 2.0.0
Callers
1
MutableRef.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected