(uri: str)
| 477 | "entries are carved strings in carve order, so no ObjectPool index space was established", |
| 478 | subject="pool_index_space", |
| 479 | ), |
| 480 | ] |
| 481 | if functions: |
| 482 | diagnostics.insert( |
| 483 | 0, |
| 484 | _diagnostic( |
| 485 | "domain_heuristic_only", |
| 486 | "code ranges come from frame-prologue and call-target scanning, not from a snapshot parser", |
| 487 | subject="functions", |
| 488 | ), |
| 489 | ) |
| 490 |
no test coverage detected