MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / initialize

Function initialize

code/new-context-api/public/app.js:2150–2154  ·  view source on GitHub ↗
(nativeEventTarget)

Source from the content-addressed store, hash-verified

2148};
2149
2150function initialize(nativeEventTarget) {
2151 compositionState._root = nativeEventTarget;
2152 compositionState._startText = getText();
2153 return true;
2154}
2155
2156function reset() {
2157 compositionState._root = null;

Callers 1

extractCompositionEventFunction · 0.70

Calls 1

getTextFunction · 0.70

Tested by

no test coverage detected