MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / cancel

Method cancel

packages/core/src/common/stream.ts:201–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199 }
200 },
201 async cancel() {
202 await iter.return?.();
203 },
204 });
205 }
206}

Callers 3

returnFunction · 0.45
askOpenAIKeyFunction · 0.45
questionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected