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

Method start

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

Source from the content-addressed store, hash-verified

192
193 return new ReadableStream({
194 async start() {
195 iter = self[Symbol.asyncIterator]();
196 },
197 async pull(ctrl: any) {
198 try {
199 const { value, done } = await iter.next();

Callers 13

readPipesDirectoryFunction · 0.45
readToolsDirectoryFunction · 0.45
deployPipeFunction · 0.45
readMemoryDirectoryFunction · 0.45
deployMemoryFunction · 0.45
installBaseAIFunction · 0.45
retrieveAuthenticationFunction · 0.45
isMemoryDocExistFunction · 0.45
embedMemoryFunction · 0.45
deleteDocumentsFromDBFunction · 0.45
retrieveMemoryFunction · 0.45
runBaseServerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected