MCPcopy Create free account
hub / github.com/effect-app/libs / provideSpanStackFrame

Function provideSpanStackFrame

repos/effect/packages/effect/src/Layer.ts:2766–2773  ·  view source on GitHub ↗
(name: string, stack: (() => string | undefined) | undefined)

Source from the content-addressed store, hash-verified

2764 (
2765 span: Tracer.AnySpan,
2766 options?: Tracer.TraceOptions
2767 ): <A, E, R>(
2768 self: Layer<A, E, R>
2769 ) => Layer<A, E, Exclude<R, Tracer.ParentSpan>>
2770 <A, E, R>(
2771 self: Layer<A, E, R>,
2772 span: Tracer.AnySpan,
2773 options?: Tracer.TraceOptions
2774 ): Layer<A, E, Exclude<R, Tracer.ParentSpan>>
2775} = function() {
2776 const dataFirst = isLayer(arguments[0])

Callers 2

Layer.tsFile · 0.85
effect.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…