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

Function layerNet

packages/platform-node-shared/src/NodeSocket.ts:221–222  ·  view source on GitHub ↗
(options: Net.NetConnectOpts)

Source from the content-addressed store, hash-verified

219 * @category layers
220 */
221export const layerNet = (options: Net.NetConnectOpts): Layer.Layer<Socket.Socket, Socket.SocketError> =>
222 Layer.effect(Socket.Socket, makeNet(options))

Callers

nothing calls this directly

Calls 1

makeNetFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…