Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ closeAfterTerminalFrame
Function
closeAfterTerminalFrame
src/services/api/openAICompatWsV2Native.ts:194–197 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
192
}
193
194
const
closeAfterTerminalFrame =
async
() => {
195
removeAbortHandler()
196
await
close()
197
}
198
199
const
cancelRequest =
async
() => {
200
if
(cancelled)
return
Callers
1
pull
Function · 0.85
Calls
2
removeAbortHandler
Function · 0.70
close
Function · 0.70
Tested by
no test coverage detected