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

Function initialize

code/third-party/public/app.js:2022–2026  ·  view source on GitHub ↗
(nativeEventTarget)

Source from the content-addressed store, hash-verified

2020};
2021
2022function initialize(nativeEventTarget) {
2023 compositionState._root = nativeEventTarget;
2024 compositionState._startText = getText();
2025 return true;
2026}
2027
2028function reset() {
2029 compositionState._root = null;

Callers 1

extractCompositionEventFunction · 0.70

Calls 1

getTextFunction · 0.70

Tested by

no test coverage detected