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

Function errors

packages/app/src/context/global-sync/bootstrap.ts:55–57  ·  view source on GitHub ↗
(list: PromiseSettledResult<unknown>[])

Source from the content-addressed store, hash-verified

53}
54
55function errors(list: PromiseSettledResult<unknown>[]) {
56 return list.filter((item): item is PromiseRejectedResult => item.status === "rejected").map((item) => item.reason)
57}
58
59const providerRev = new Map<string, number>()
60

Callers 2

DiagnosticsFunction · 0.85
bootstrapDirectoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected