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

Function isContainer

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

Source from the content-addressed store, hash-verified

177export const FILTER_SKIP = 3;
178
179export const isContainer = (el: Node) => {
180 return isElement(el) && el.hasAttribute(QContainerAttr);
181};
182
183export const intToStr = (nu: number) => {
184 return nu.toString(36);

Callers

nothing calls this directly

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…