MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / formatIssues

Function formatIssues

packages/kernel/core/src/validation.ts:46–47  ·  view source on GitHub ↗
(issues: ReadonlyArray<StandardSchemaV1.Issue>)

Source from the content-addressed store, hash-verified

44};
45
46const formatIssues = (issues: ReadonlyArray<StandardSchemaV1.Issue>): string =>
47 issues.map((issue) => `${formatIssuePath(issue.path)}: ${issue.message}`).join("; ");
48
49/** Validate a value against a Standard Schema */
50export const validateInput = (input: {

Callers 1

validateInputFunction · 0.85

Calls 1

formatIssuePathFunction · 0.85

Tested by

no test coverage detected