MCPcopy
hub / github.com/QwikDev/qwik / useContainerState

Function useContainerState

packages/qwik/src/core/use/use-core.ts:127–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 return ctx as RenderInvokeContext;
126};
127export const useContainerState = () => {
128 const ctx = useInvokeContext();
129 return ctx.$renderCtx$.$static$.$containerState$;
130};
131
132export function useBindInvokeContext<FN extends (...args: any) => any>(
133 this: unknown,

Callers 1

createSignalFunction · 0.90

Calls 1

useInvokeContextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…