Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/didi/mpx
/ delWorkQueue
Method
delWorkQueue
packages/fetch/src/queue.js:68–73 ·
view source on GitHub ↗
(work)
Source
from the content-addressed store, hash-verified
66
}
67
68
delWorkQueue (work) {
69
const
index = this.workingList.indexOf(work)
70
if
(index !== -1) {
71
this.workingList.splice(index, 1)
72
}
73
}
74
75
flushQueue () {
76
if
(this.flushing)
return
Callers
1
requestComplete
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected