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

Function isSocketError

packages/platform/src/Socket.ts:128–128  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

126 * @category refinements
127 */
128export const isSocketError = (u: unknown): u is SocketError => Predicate.hasProperty(u, SocketErrorTypeId)
129
130/**
131 * @since 1.0.0

Callers 2

isMethod · 0.85
runRawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected