Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
128
export
const
isSocketError = (u: unknown): u is SocketError => Predicate.hasProperty(u, SocketErrorTypeId)
129
130
/**
131
* @since 1.0.0
Callers
2
is
Method · 0.85
runRaw
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected