MCPcopy 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 */
53export const isFiberSet = (u: unknown): u is FiberSet<unknown, unknown> => Predicate.hasProperty(u, TypeId)
54
55const Proto = {
56 [TypeId]: TypeId,

Callers 1

FiberSet.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected