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

Function layerNdjsonWith

packages/effect/src/unstable/rpc/RpcSerialization.ts:599–600  ·  view source on GitHub ↗
(options?: StreamOptions)

Source from the content-addressed store, hash-verified

597 * @since 4.0.0
598 */
599export const layerNdjsonWith = (options?: StreamOptions): Layer.Layer<RpcSerialization> =>
600 Layer.succeed(RpcSerialization)(makeNdjson(options))
601
602/**
603 * RPC serialization layer that uses JSON-RPC for serialization.

Callers

nothing calls this directly

Calls 2

makeNdjsonFunction · 0.85
succeedMethod · 0.45

Tested by

no test coverage detected