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

Class

packages/baseai/src/dev/utils/stream/stream.ts:372–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370 * https://github.com/encode/httpx/blob/920333ea98118e9cf617f246905d7b202510941c/httpx/_decoders.py#L258
371 */
372class LineDecoder {
373 // prettier-ignore
374 static NEWLINE_CHARS = new Set(['\n', '\r']);
375 static NEWLINE_REGEXP = /\r\n|[\n\r]/g;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected