MCPcopy
hub / github.com/xpf0000/FlyEnv / next

Method next

src/shared/TaskQueue.ts:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 const task = this.queue.shift()!
37 this.runQueue.push(task)
38 const next = () => {
39 this.progressFn?.(this._progress)
40 this.runQueue.splice(this.runQueue.indexOf(task), 1)
41 this._handle()
42 }
43 task
44 .run()
45 .then((res) => {

Callers

nothing calls this directly

Calls 1

_handleMethod · 0.95

Tested by

no test coverage detected