Skip to main content

push_llm_render_context

Function push_llm_render_context 

Source
pub fn push_llm_render_context(ctx: LlmRenderContext)
Expand description

Push a frame onto the ambient render-context stack. Pair with pop_llm_render_context (or use LlmRenderContextGuard) so the stack stays balanced even on the unwind path.