MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / reset

Function reset

code/composition/public/app.js:2933–2937  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2931}
2932
2933function reset() {
2934 compositionState._root = null;
2935 compositionState._startText = null;
2936 compositionState._fallbackText = null;
2937}
2938
2939function getData() {
2940 if (compositionState._fallbackText) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected