MCPcopy Create free account
hub / github.com/TruthHun/BookStack / resetSchedulerState

Function resetSchedulerState

static/vuejs/vue.js:2303–2310  ·  view source on GitHub ↗

* Reset the scheduler's state.

()

Source from the content-addressed store, hash-verified

2301 * Reset the scheduler's state.
2302 */
2303function resetSchedulerState () {
2304 queue.length = 0;
2305 has = {};
2306 {
2307 circular = {};
2308 }
2309 waiting = flushing = false;
2310}
2311
2312/**
2313 * Flush both queues and run the watchers.

Callers 1

flushSchedulerQueueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected