MCPcopy Create free account
hub / github.com/EvoMap/evolver / cancel

Method cancel

src/proxy/index.js:1304–1310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1302 // discarded ReadableStream, leaking the underlying HTTP/2
1303 // stream + socket out of the SDK's pool.
1304 cancel() {
1305 try {
1306 if (typeof out.body?.return === 'function') {
1307 out.body.return();
1308 }
1309 } catch { /* AsyncIterable already closed */ }
1310 },
1311 });
1312 return {
1313 status: 200,

Callers 3

_getHubMailboxStatusMethod · 0.80
onCloseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected