Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
420
export
interface
Parser {
421
feed(chunk: string): SseError | undefined
422
reset(): void
423
}
424
Callers
2
Sse.test.ts
File · 0.80
decode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected