MCPcopy
hub / github.com/Effect-TS/effect / Encoder

Interface Encoder

packages/experimental/src/Sse.ts:264–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 * @category models
263 */
264export interface Encoder {
265 write(event: AnyEvent): string
266}
267
268/**
269 * @since 1.0.0

Callers 8

makeFunction · 0.65
Clipboard.tsFile · 0.65
FileSystem.test.tsFile · 0.65
writeFunction · 0.65
displayFunction · 0.65
loopFunction · 0.65
unsafeReadableReadFunction · 0.65
Ndjson.test.tsFile · 0.65

Implementers 3

FileImplpackages/platform-node-shared/src/inte
ServerRequestImplpackages/platform-bun/src/internal/htt
StreamRechunkerpackages/effect/src/internal/stream.ts

Calls

no outgoing calls

Tested by

no test coverage detected