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

Function initialize

code/dependency-injection/public/app.js:2882–2886  ·  view source on GitHub ↗
(nativeEventTarget)

Source from the content-addressed store, hash-verified

2880};
2881
2882function initialize(nativeEventTarget) {
2883 compositionState._root = nativeEventTarget;
2884 compositionState._startText = getText();
2885 return true;
2886}
2887
2888function reset() {
2889 compositionState._root = null;

Callers 1

extractCompositionEventFunction · 0.70

Calls 1

getTextFunction · 0.70

Tested by

no test coverage detected