MCPcopy
hub / github.com/anomalyco/opencode / make

Method make

packages/stats/core/src/database.ts:55–57  ·  view source on GitHub ↗
(input: { cause: unknown })

Source from the content-addressed store, hash-verified

53 }
54
55 static make(input: { cause: unknown }) {
56 return new DatabaseError(input)
57 }
58}
59
60export const catchDbError = Effect.mapError((cause) => DatabaseError.make({ cause }))

Callers 15

refFunction · 0.45
emptyCredentialFunction · 0.45
decodeCredentialFunction · 0.45
credential.tsFile · 0.45
permission.tsFile · 0.45
project-copy.tsFile · 0.45
fs.tsFile · 0.45
integration.tsFile · 0.45
session.tsFile · 0.45
pty.tsFile · 0.45
question.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected