Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ register
Function
register
packages/effect/src/internal/metric.ts:66–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
unsafeValue,
65
unsafeModify,
66
register() {
67
this.unsafeValue([])
68
return
this as any
69
},
70
pipe() {
71
return
pipeArguments(this, arguments)
72
}
Callers
9
unsafeAsync
Function · 0.70
_async
Function · 0.70
asyncEffect
Function · 0.70
asyncPush
Function · 0.70
asyncScoped
Function · 0.70
runtime.ts
File · 0.70
asyncPauseResume
Function · 0.50
McpServer.ts
File · 0.50
eval
Function · 0.50
Calls
1
unsafeValue
Method · 0.80
Tested by
no test coverage detected