MCPcopy Create free account
hub / github.com/effect-app/libs / isEffect

Function isEffect

repos/effect/packages/effect/src/internal/core.ts:115–115  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

113}
114
115/** @internal */
116export const isEffect = (u: unknown): u is Effect.Effect<any, any, any> => hasProperty(u, EffectTypeId)
117
118/** @internal */

Callers 9

Schedule.tsFile · 0.90
onSuccessFunction · 0.90
onDoneFunction · 0.90
layerFunction · 0.90
makeFnFunction · 0.90
effect.tsFile · 0.90
request.tsFile · 0.90
layer.tsFile · 0.90
Effect.tsFile · 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…