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

Function reset

code/event-handlers/public/app.js:2125–2129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2123}
2124
2125function reset() {
2126 compositionState._root = null;
2127 compositionState._startText = null;
2128 compositionState._fallbackText = null;
2129}
2130
2131function getData() {
2132 if (compositionState._fallbackText) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected