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

Function replaceText

tools/renderer.js:22–24  ·  view source on GitHub ↗
(textNode, value)

Source from the content-addressed store, hash-verified

20 return document.createTextNode(value);
21 },
22 replaceText(textNode, value) {
23 textNode.nodeValue = value;
24 },
25 setProperty(node, name, value, prev) {
26 if (value === prev) return;
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected