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

Function reset

code/communication/public/app.js:2830–2834  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2828}
2829
2830function reset() {
2831 compositionState._root = null;
2832 compositionState._startText = null;
2833 compositionState._fallbackText = null;
2834}
2835
2836function getData() {
2837 if (compositionState._fallbackText) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected