Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1124
function
isElement(node: Node): node is Element {
1125
return
node.nodeType === dom.NodeType.ELEMENT_NODE;
1126
}
Callers
2
blockToDomWithXY
Function · 0.85
findChildBlocks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected