MCPcopy
hub / github.com/RaspberryPiFoundation/blockly / isElement

Function isElement

packages/blockly/core/xml.ts:1124–1126  ·  view source on GitHub ↗
(node: Node)

Source from the content-addressed store, hash-verified

1122}
1123
1124function isElement(node: Node): node is Element {
1125 return node.nodeType === dom.NodeType.ELEMENT_NODE;
1126}

Callers 2

blockToDomWithXYFunction · 0.85
findChildBlocksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected