Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/xpf0000/FlyEnv
/ run
Method
run
src/shared/TaskQueue.ts:82–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
run() {
83
this._progress.count = this.queue.length
84
const
max = this.runSize - this.runQueue.length
85
for
(
let
i = 0; i < max; i++) {
86
this._handle()
87
}
88
}
89
}
Callers
1
_handle
Method · 0.45
Calls
1
_handle
Method · 0.95
Tested by
no test coverage detected