MCPcopy Index your code
hub / github.com/CommandCodeAI/BaseAI / cancel

Method cancel

packages/baseai/src/dev/utils/stream/stream.ts:209–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 }
208 },
209 async cancel() {
210 await iter.return?.();
211 }
212 });
213 }
214}

Callers 15

deployMemoryFunction · 0.45
exitSetupFailedFunction · 0.45
ensurePackageJsonFunction · 0.45
initFunction · 0.45
getLoggerFunction · 0.45
validateMemoryNameFunction · 0.45
validateMemoryDocNamesFunction · 0.45
validateEmbedDocInputFunction · 0.45
checkMemoryConfigFunction · 0.45
getMemoryFileNamesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected