MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / initialize

Function initialize

code/styling/public/app.js:2789–2793  ·  view source on GitHub ↗
(nativeEventTarget)

Source from the content-addressed store, hash-verified

2787};
2788
2789function initialize(nativeEventTarget) {
2790 compositionState._root = nativeEventTarget;
2791 compositionState._startText = getText();
2792 return true;
2793}
2794
2795function reset() {
2796 compositionState._root = null;

Callers 1

extractCompositionEventFunction · 0.70

Calls 1

getTextFunction · 0.70

Tested by

no test coverage detected