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

Function resetSchedulerState

static/vuejs/vue.runtime.common.js:2295–2302  ·  view source on GitHub ↗

* Reset the scheduler's state.

()

Source from the content-addressed store, hash-verified

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

Callers 1

flushSchedulerQueueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected