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

Class

packages/core/src/common/stream.ts:323–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 * Represents a Server-Sent Event (SSE) decoder.
322 */
323class SSEDecoder {
324 private data: string[];
325 private event: string | null;
326 private chunks: string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected