MCPcopy Index your code
hub / github.com/NativeScript/template-macos-solid / createTextNode

Function createTextNode

tools/renderer.js:19–21  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

17 return document.createElement(string);
18 },
19 createTextNode(value) {
20 return document.createTextNode(value);
21 },
22 replaceText(textNode, value) {
23 textNode.nodeValue = value;
24 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected