MCPcopy Create free account
hub / github.com/Seanium/ChatMap / cancel

Function cancel

app/api/stream/route.ts:137–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 controller.close();
136 },
137 cancel() {
138 // 当流被取消时,关闭 OpenAI 流
139 if (stream.controller) {
140 stream.controller.abort();
141 }
142 }
143 });
144
145 // 返回流式响应

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected