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

Class

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

Source from the content-addressed store, hash-verified

387 * https://github.com/encode/httpx/blob/920333ea98118e9cf617f246905d7b202510941c/httpx/_decoders.py#L258
388 */
389class LineDecoder {
390 // prettier-ignore
391 static NEWLINE_CHARS = new Set(['\n', '\r']);
392 static NEWLINE_REGEXP = /\r\n|[\n\r]/g;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected