MCPcopy Index your code
hub / github.com/Effect-TS/effect / [name]

Function [name]

packages/effect/src/Effect.ts:14667–14682  ·  view source on GitHub ↗
(this: any, ...args: Array<any>)

Source from the content-addressed store, hash-verified

14665 body.length,
14666 ({
14667 [name](this: any, ...args: Array<any>) {
14668 const limit = Error.stackTraceLimit
14669 Error.stackTraceLimit = 2
14670 const errorCall = new Error()
14671 Error.stackTraceLimit = limit
14672 return fnApply({
14673 self: this,
14674 body,
14675 args,
14676 pipeables,
14677 spanName: name,
14678 spanOptions: options,
14679 errorDef,
14680 errorCall
14681 })
14682 }
14683 })[name]
14684 )
14685 }

Callers

nothing calls this directly

Calls 1

fnApplyFunction · 0.85

Tested by

no test coverage detected