Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ isSocket
Function
isSocket
packages/platform/src/Socket.ts:39–39 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
37
* @category guards
38
*/
39
export
const
isSocket = (u: unknown): u is Socket => Predicate.hasProperty(u, TypeId)
40
41
/**
42
* @since 1.0.0
Callers
1
Socket.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected