MCPcopy Index your code
hub / github.com/Lobos/react-ui / queueText

Function queueText

docs/lib/react.js:1447–1453  ·  view source on GitHub ↗
(tree, text)

Source from the content-addressed store, hash-verified

1445}
1446
1447function queueText(tree, text) {
1448 if (enableLazy) {
1449 tree.text = text;
1450 } else {
1451 setTextContent(tree.node, text);
1452 }
1453}
1454
1455function DOMLazyTree(node) {
1456 return {

Callers

nothing calls this directly

Calls 1

setTextContentFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…