Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ make
Function
make
packages/effect/src/Ref.ts:173–173 ·
view source on GitHub ↗
(value: A)
Source
from the content-addressed store, hash-verified
171
* @since 2.0.0
172
*/
173
export
const
make = <A>(value: A): Effect.Effect<Ref<A>> => Effect.sync(() => makeUnsafe(value))
174
175
/**
176
* Gets the current value of the Ref.
Callers
15
fromRecord
Function · 0.70
Service
Function · 0.70
LayerRef.ts
File · 0.70
declareConstructor
Function · 0.70
Schema.ts
File · 0.70
flip
Function · 0.70
Literal
Function · 0.70
TemplateLiteral
Function · 0.70
TemplateLiteralParser
Function · 0.70
Enum
Function · 0.70
UniqueSymbol
Function · 0.70
makeStruct
Function · 0.70
Calls
2
makeUnsafe
Function · 0.70
sync
Method · 0.45
Tested by
no test coverage detected