MCPcopy Create free account
hub / github.com/Effect-TS/effect / feed

Method feed

packages/effect/src/unstable/encoding/Sse.ts:421–421  ·  view source on GitHub ↗
(chunk: string)

Source from the content-addressed store, hash-verified

419 */
420export interface Parser {
421 feed(chunk: string): SseError | undefined
422 reset(): void
423}
424

Callers 2

Sse.test.tsFile · 0.80
decodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected