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

Function resetSchedulerState

static/vuejs/vue.runtime.esm.js:2293–2300  ·  view source on GitHub ↗

* Reset the scheduler's state.

()

Source from the content-addressed store, hash-verified

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

Callers 1

flushSchedulerQueueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected