popContext()
function popContext(): TraceContext | undefined;
Defined in: src/lib/logging/context.ts:180
Pops the current trace context from the stack.
Returns
TraceContext | undefined
The popped context or undefined if stack was empty.
function popContext(): TraceContext | undefined;
Defined in: src/lib/logging/context.ts:180
Pops the current trace context from the stack.
TraceContext | undefined
The popped context or undefined if stack was empty.