MCPcopy Index your code
hub / github.com/QwikDev/qwik / pushRenderContext

Function pushRenderContext

packages/qwik/src/core/render/execute-component.ts:130–137  ·  view source on GitHub ↗
(ctx: RenderContext)

Source from the content-addressed store, hash-verified

128};
129
130export const pushRenderContext = (ctx: RenderContext): RenderContext => {
131 const newCtx: RenderContext = {
132 $static$: ctx.$static$,
133 $cmpCtx$: ctx.$cmpCtx$,
134 $slotCtx$: ctx.$slotCtx$,
135 };
136 return newCtx;
137};
138
139export const serializeClassWithHost = (
140 obj: ClassList,

Callers 5

renderContentProjectionFunction · 0.90
createElmFunction · 0.90
renderNodeVirtualFunction · 0.90
renderSSRComponentFunction · 0.90
executeComponentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…