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