MCPcopy
hub / github.com/bbycroft/llm-viz / IImportResult

Interface IImportResult

src/cpu/ImportExport.tsx:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69export interface IImportResult {
70 issues: ILineIssue[] | null;
71 schematic?: ISchematic;
72}
73
74export interface ILineIssue {
75 issue: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected