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

Function reset

code/styling/public/app.js:2795–2799  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2793}
2794
2795function reset() {
2796 compositionState._root = null;
2797 compositionState._startText = null;
2798 compositionState._fallbackText = null;
2799}
2800
2801function getData() {
2802 if (compositionState._fallbackText) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected