Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ isFiberHandle
Function
isFiberHandle
packages/effect/src/FiberHandle.ts:52–52 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
50
* @categories refinements
51
*/
52
export
const
isFiberHandle = (u: unknown): u is FiberHandle => Predicate.hasProperty(u, TypeId)
53
54
const
Proto = {
55
[TypeId]: TypeId,
Callers
1
FiberHandle.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected