Function
provideSpanStackFrame
(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]) |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…