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

Function reset

code/third-party/public/app.js:2028–2032  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2026}
2027
2028function reset() {
2029 compositionState._root = null;
2030 compositionState._startText = null;
2031 compositionState._fallbackText = null;
2032}
2033
2034function getData() {
2035 if (compositionState._fallbackText) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected