| 16 | EXPECTED_TRY(loadSort(SortIdx.getSort())); |
| 17 | } |
| 18 | EXPECTED_TRY(uint32_t Idx, FMgr.readU32().map_error([this](auto E) { |
| 19 | return logLoadError(E, FMgr.getLastOffset(), ASTNodeAttr::Comp_Sort); |
| 20 | })); |
| 21 | SortIdx.setIdx(Idx); |
| 22 | return {}; |
| 23 | } |
no test coverage detected