Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.45
generateReadme
Function · 0.45
copyProjectFiles
Function · 0.45
generateEmbeddings
Function · 0.45
startBaseAIDevServer
Function · 0.45
exitServer
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected