MCPcopy Create free account
hub / github.com/anomalyco/opencode / initError

Function initError

packages/core/src/aisdk.ts:129–131  ·  view source on GitHub ↗
(providerID: ProviderV2.ID)

Source from the content-addressed store, hash-verified

127}) {}
128
129function initError(providerID: ProviderV2.ID) {
130 return Effect.catchCause((cause) => Effect.fail(new InitError({ providerID, cause: Cause.squash(cause) })))
131}
132
133export interface Interface {
134 readonly hook: {

Callers 1

aisdk.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected