(scope: ScopeWithMaybeSpan)
| 28 | * NOTE: This should NOT be used directly, but is only used internally by the trace methods. |
| 29 | */ |
| 30 | export function _getSpanForScope(scope: ScopeWithMaybeSpan): Span | undefined { |
| 31 | return derefWeakRef(scope[SCOPE_SPAN_FIELD]); |
| 32 | } |
no test coverage detected