Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ isFiberMap
Function
isFiberMap
repos/effect/packages/effect/src/FiberMap.ts:95–95 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
93
* ```
94
*
95
* @category guards
96
* @since 2.0.0
97
*/
98
export
const
isFiberMap = (u: unknown): u is FiberMap<unknown> => Predicate.hasProperty(u, TypeId)
Callers
1
FiberMap.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…