MCPcopy
hub / github.com/AutoMaker-Org/automaker / ParseResult

Interface ParseResult

libs/spec-parser/src/xml-to-spec.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 * Result of parsing XML content.
12 */
13export interface ParseResult {
14 success: boolean;
15 spec: SpecOutput | null;
16 errors: string[];
17}
18
19// Configure the XML parser
20const parser = new XMLParser({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected