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

Function resetSchedulerState

static/vuejs/vue.esm.js:2297–2304  ·  view source on GitHub ↗

* Reset the scheduler's state.

()

Source from the content-addressed store, hash-verified

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

Callers 1

flushSchedulerQueueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected