MCPcopy Create free account
hub / github.com/NativeScript/template-macos-solid / isTextNode

Function isTextNode

tools/renderer.js:45–47  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

43 parent.insertBefore(node, anchor);
44 },
45 isTextNode(node) {
46 return node.nodeType === 3;
47 },
48 removeNode(parent, node) {
49 parent.removeChild(node);
50 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected