MCPcopy Index your code
hub / github.com/keepfool/vue-tutorials / resetBatcherState

Function resetBatcherState

06.Router/basic/js/vue.js:3027–3033  ·  view source on GitHub ↗

* Reset the batcher's state.

()

Source from the content-addressed store, hash-verified

3025 */
3026
3027 function resetBatcherState() {
3028 queue.length = 0;
3029 userQueue.length = 0;
3030 has = {};
3031 circular = {};
3032 waiting = false;
3033 }
3034
3035 /**
3036 * Flush both queues and run the watchers.

Callers 1

flushBatcherQueueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected