MCPcopy Index your code
hub / github.com/thesysdev/openui / codes

Function codes

packages/lang-core/src/parser/__tests__/parser.test.ts:30–30  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

28
29const errors = (input: string) => parse(input, schema).meta.errors;
30const codes = (input: string) => errors(input).map((e: { code: string }) => e.code);
31
32// ── unknown-component ────────────────────────────────────────────────────────
33

Callers 1

parser.test.tsFile · 0.85

Calls 1

errorsFunction · 0.70

Tested by

no test coverage detected