MCPcopy 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
197const isSourceError = (u: unknown): u is ConfigProvider.SourceError => Predicate.isTagged(u, "SourceError")
198
199const catchSourceError = <A, E, R>(
200 self: Effect.Effect<A, E, R>,

Callers 1

catchSourceErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected