MCPcopy Create free account
hub / github.com/codeaashu/claude-code / formatFailureErrors

Function formatFailureErrors

src/utils/plugins/marketplaceHelpers.ts:149–153  ·  view source on GitHub ↗
(
  failures: Array<{ name: string; error: string }>,
)

Source from the content-addressed store, hash-verified

147}
148
149function formatFailureErrors(
150 failures: Array<{ name: string; error: string }>,
151): string {
152 return failures.map(f => `${f.name}: ${f.error}`).join('; ')
153}
154
155/**
156 * Get the strict marketplace source allowlist from policy settings.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected