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

Function initialize

code/redux/public/app.js:3040–3044  ·  view source on GitHub ↗
(nativeEventTarget)

Source from the content-addressed store, hash-verified

3038};
3039
3040function initialize(nativeEventTarget) {
3041 compositionState._root = nativeEventTarget;
3042 compositionState._startText = getText();
3043 return true;
3044}
3045
3046function reset() {
3047 compositionState._root = null;

Callers 1

extractCompositionEventFunction · 0.70

Calls 1

getTextFunction · 0.70

Tested by

no test coverage detected