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

Function layerMsgPackWith

packages/effect/src/unstable/rpc/RpcSerialization.ts:643–645  ·  view source on GitHub ↗
(
  options?: (Msgpackr.Options & StreamOptions) | undefined
)

Source from the content-addressed store, hash-verified

641 * @since 4.0.0
642 */
643export const layerMsgPackWith = (
644 options?: (Msgpackr.Options & StreamOptions) | undefined
645): Layer.Layer<RpcSerialization> => Layer.succeed(RpcSerialization)(makeMsgPack(options))

Callers

nothing calls this directly

Calls 2

makeMsgPackFunction · 0.85
succeedMethod · 0.45

Tested by

no test coverage detected