| Name | Type | Description | Notes |
|---|---|---|---|
| disassemblyLineNumberToAiDecompilationLineNumbers | Map<String, List<Long>> | Each disassembly line number mapped to the AI-decompilation line numbers it fed, e.g. {"12": [3, 4, 6], "17": [4]}. Both sides 0-based; many-to-many in both directions. Empty when no completed run has produced a correspondence, which is ordinary and not an error. |