MCPcopy 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

pullFunction · 0.85

Calls 2

removeAbortHandlerFunction · 0.70
closeFunction · 0.70

Tested by

no test coverage detected