MCPcopy
hub / github.com/ahmedkhaleel2004/gitdiagram / MermaidValidationResult

Interface MermaidValidationResult

backend/lib/mermaid-validator.ts:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20export interface MermaidValidationResult {
21 valid: boolean;
22 message?: string;
23 line?: number;
24 token?: string;
25 expected?: string[];
26}
27
28let initialized = false;
29let domPurifyPatched = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected