Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ isChannelException
Function
isChannelException
packages/effect/src/internal/channel.ts:2602–2603 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
2600
2601
/** @internal */
2602
export
const
isChannelException = (u: unknown): u is Channel.ChannelException<unknown> =>
2603
hasProperty(u, ChannelExceptionTypeId)
Callers
1
channel.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected