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

Method constructor

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

Source from the content-addressed store, hash-verified

314 private chunks: string[];
315
316 constructor() {
317 this.event = null;
318 this.data = [];
319 this.chunks = [];
320 }
321
322 decode(line: string) {
323 if (line.endsWith('\r')) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected