Function nemo_relay_scope_stack_active
Function nemo_relay_scope_stack_active
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
#[unsafe(no_mangle)]pub extern "C" fn nemo_relay_scope_stack_active() -> bool
Returns whether the current execution context has an explicitly-initialized scope stack.
Returns true if nemo_relay_scope_stack_set_thread has been called on the current OS thread (or the caller is inside a tokio task-local scope). Returns false when only the auto-created default is present.
Notes
This helper does not allocate or install a scope stack. It only reports whether one is already explicit in the current execution context.