Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ isFiberSet
Function
isFiberSet
packages/effect/src/FiberSet.ts:90–90 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
88
* @since 2.0.0
89
*/
90
export
const
isFiberSet = (u: unknown): u is FiberSet<unknown, unknown> => Predicate.hasProperty(u, TypeId)
91
92
const
Proto = {
93
[TypeId]: TypeId,
Callers
1
FiberSet.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected