MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / cleanupInflightRequest

Method cleanupInflightRequest

static/js/utils.js:198–204  ·  view source on GitHub ↗
(requestKey, controller)

Source from the content-addressed store, hash-verified

196 }
197
198 cleanupInflightRequest(requestKey, controller) {
199 if (!requestKey) return;
200 const current = this.inflightRequests.get(requestKey);
201 if (current === controller) {
202 this.inflightRequests.delete(requestKey);
203 }
204 }
205
206 setupNetworkListeners() {
207 if (typeof window === 'undefined' || !window.addEventListener) return;

Callers 1

runnerMethod · 0.95

Calls 2

getMethod · 0.45
deleteMethod · 0.45

Tested by

no test coverage detected