MCPcopy Create free account
hub / github.com/microsoft/SandDance / getText

Function getText

docs/external/js/react-dom.development.js:8439–8445  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8437 return fallbackText;
8438 }
8439 function getText() {
8440 if ('value' in root) {
8441 return root.value;
8442 }
8443
8444 return root.textContent;
8445 }
8446
8447 var EVENT_POOL_SIZE = 10;
8448 /**

Callers 2

initializeFunction · 0.70
getDataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected