> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/relay/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Function nemo_relay_scope_stack_active

> Returns whether the current execution context has an explicitly-initialized scope stack.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi`.

<pre />

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.