MCPcopy
hub / github.com/vuejs/core / queueFlush

Function queueFlush

packages/runtime-core/src/scheduler.ts:119–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119function queueFlush() {
120 if (!currentFlushPromise) {
121 currentFlushPromise = resolvedPromise.then(flushJobs)
122 }
123}
124
125export function queuePostFlushCb(cb: SchedulerJobs): void {
126 if (!isArray(cb)) {

Callers 2

queueJobFunction · 0.85
queuePostFlushCbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected