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

Function resetSchedulerState

static/vuejs/vue.runtime.js:2299–2306  ·  view source on GitHub ↗

* Reset the scheduler's state.

()

Source from the content-addressed store, hash-verified

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

Callers 1

flushSchedulerQueueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected