(detail: DetailState)
| 521 | } |
| 522 | |
| 523 | function compactIDs(detail: DetailState) { |
| 524 | return new Set(recent(detail.data.ids, SUBAGENT_COMMIT_LIMIT + SUBAGENT_ERROR_LIMIT)) |
| 525 | } |
| 526 | |
| 527 | function compactDetail(detail: DetailState) { |
| 528 | const next = createSessionData({ |
no test coverage detected