Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ isSourceError
Function
isSourceError
packages/effect/src/Config.ts:197–197 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
195
})
196
197
const
isSourceError = (u: unknown): u is ConfigProvider.SourceError => Predicate.isTagged(u,
"SourceError"
)
198
199
const
catchSourceError = <A, E, R>(
200
self: Effect.Effect<A, E, R>,
Callers
1
catchSourceError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected