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

Function isContainer

packages/qwik/src/core/container/pause.ts:881–883  ·  view source on GitHub ↗
(el: Node)

Source from the content-addressed store, hash-verified

879};
880
881export const isContainer = (el: Node) => {
882 return isElement(el) && el.hasAttribute(QContainerAttr);
883};
884
885const hasContext = (el: Node) => {
886 const node = processVirtualNodes(el);

Callers 2

resumeContainerFunction · 0.90
acceptNodeFunction · 0.70

Calls 2

isElementFunction · 0.90
hasAttributeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…