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

Function reset

code/redux/public/app.js:3046–3050  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3044}
3045
3046function reset() {
3047 compositionState._root = null;
3048 compositionState._startText = null;
3049 compositionState._fallbackText = null;
3050}
3051
3052function getData() {
3053 if (compositionState._fallbackText) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected