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

Function initialize

code/composition/public/app.js:2927–2931  ·  view source on GitHub ↗
(nativeEventTarget)

Source from the content-addressed store, hash-verified

2925};
2926
2927function initialize(nativeEventTarget) {
2928 compositionState._root = nativeEventTarget;
2929 compositionState._startText = getText();
2930 return true;
2931}
2932
2933function reset() {
2934 compositionState._root = null;

Callers 1

extractCompositionEventFunction · 0.70

Calls 1

getTextFunction · 0.70

Tested by

no test coverage detected