Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
69
export interface IImportResult {
70
issues: ILineIssue[] | null;
71
schematic?: ISchematic;
72
}
73
74
export interface ILineIssue {
75
issue: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected