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

Method start

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

Source from the content-addressed store, hash-verified

184
185 return new ReadableStream({
186 async start() {
187 iter = self[Symbol.asyncIterator]();
188 },
189 async pull(ctrl: any) {
190 try {
191 const {value, done} = await iter.next();

Callers 6

mainFunction · 0.45
generateReadmeFunction · 0.45
copyProjectFilesFunction · 0.45
generateEmbeddingsFunction · 0.45
startBaseAIDevServerFunction · 0.45
exitServerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected