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

Function initialize

docs/external/js/react-dom.development.js:8399–8403  ·  view source on GitHub ↗
(nativeEventTarget)

Source from the content-addressed store, hash-verified

8397 var startText = null;
8398 var fallbackText = null;
8399 function initialize(nativeEventTarget) {
8400 root = nativeEventTarget;
8401 startText = getText();
8402 return true;
8403 }
8404 function reset() {
8405 root = null;
8406 startText = null;

Callers 1

extractCompositionEventFunction · 0.70

Calls 1

getTextFunction · 0.70

Tested by

no test coverage detected