Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
116
export
const
isEffect = (u: unknown): u is Effect.Effect<any, any, any> => hasProperty(u, EffectTypeId)
117
118
/** @internal */
Callers
9
Schedule.ts
File · 0.90
onSuccess
Function · 0.90
onDone
Function · 0.90
layer
Function · 0.90
makeFn
Function · 0.90
effect.ts
File · 0.90
request.ts
File · 0.90
layer.ts
File · 0.90
Effect.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…