Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readPipesDirectory
Function · 0.45
readToolsDirectory
Function · 0.45
deployPipe
Function · 0.45
readMemoryDirectory
Function · 0.45
deployMemory
Function · 0.45
installBaseAI
Function · 0.45
retrieveAuthentication
Function · 0.45
isMemoryDocExist
Function · 0.45
embedMemory
Function · 0.45
deleteDocumentsFromDB
Function · 0.45
retrieveMemory
Function · 0.45
runBaseServer
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected