Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ cancel
Function
cancel
src/services/api/openAICompatWsV2Native.ts:269–274 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
267
}
268
},
269
async
cancel() {
270
streamClosed = true
271
removeAbortHandler()
272
await
cancelRequest()
273
await
close()
274
},
275
}, {
276
highWaterMark: 0,
277
})
Callers
1
replExitDispatch.test.ts
File · 0.50
Calls
3
removeAbortHandler
Function · 0.70
cancelRequest
Function · 0.70
close
Function · 0.70
Tested by
no test coverage detected