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

Method constructor

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

Source from the content-addressed store, hash-verified

326 private chunks: string[];
327
328 constructor() {
329 this.event = null;
330 this.data = [];
331 this.chunks = [];
332 }
333
334 /**
335 * Decodes a line of text and returns a ServerSentEvent object if a complete event is found.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected