MCPcopy
hub / github.com/codeaashu/claude-code / isDOMElement

Function isDOMElement

src/ink/dom.ts:439–441  ·  view source on GitHub ↗
(node: DOMElement | TextNode)

Source from the content-addressed store, hash-verified

437}
438
439function isDOMElement(node: DOMElement | TextNode): node is DOMElement {
440 return node.nodeName !== '#text'
441}
442
443// Clear yogaNode references recursively before freeing.
444// freeRecursive() frees the node and ALL its children, so we must clear

Callers 1

walkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected