MCPcopy
hub / github.com/didi/mpx / requestComplete

Method requestComplete

packages/fetch/src/queue.js:100–103  ·  view source on GitHub ↗
(work)

Source from the content-addressed store, hash-verified

98 }
99
100 requestComplete (work) {
101 this.delWorkQueue(work)
102 this.flushQueue()
103 }
104
105 run (work) {
106 this.adapter(work.request).then((res) => {

Callers 1

runMethod · 0.95

Calls 2

delWorkQueueMethod · 0.95
flushQueueMethod · 0.95

Tested by

no test coverage detected