Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ unsafeMake
Function
unsafeMake
packages/effect/src/internal/fiberId.ts:263–267 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
261
262
/** @internal */
263
export
const
unsafeMake = (): FiberId.Runtime => {
264
const
id = MutableRef.get(_fiberCounter)
265
pipe(_fiberCounter, MutableRef.set(id + 1))
266
return
new
Runtime(id, Date.now())
267
}
Callers
nothing calls this directly
Calls
4
pipe
Function · 0.70
get
Method · 0.65
set
Method · 0.65
now
Method · 0.45
Tested by
no test coverage detected