MCPcopy
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

unsafeAsyncFunction · 0.70
_asyncFunction · 0.70
asyncEffectFunction · 0.70
asyncPushFunction · 0.70
asyncScopedFunction · 0.70
runtime.tsFile · 0.70
asyncPauseResumeFunction · 0.50
McpServer.tsFile · 0.50
evalFunction · 0.50

Calls 1

unsafeValueMethod · 0.80

Tested by

no test coverage detected