MCPcopy
hub / github.com/vuejs/devtools-v6 / onDone

Method onDone

packages/app-backend-core/src/util/queue.ts:17–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16 return new Promise<void>((resolve) => {
17 const onDone = () => {
18 this.currentJob = null
19 const nextJob = this.jobs.shift()
20 if (nextJob) {
21 nextJob.fn()
22 }
23 resolve()
24 }
25
26 const run = () => {
27 this.currentJob = job

Callers

nothing calls this directly

Calls 1

shiftMethod · 0.80

Tested by

no test coverage detected