()
| 651 | } |
| 652 | |
| 653 | export function createSubagentData(): SubagentData { |
| 654 | return { |
| 655 | tabs: new Map(), |
| 656 | details: new Map(), |
| 657 | } |
| 658 | } |
| 659 | |
| 660 | function snapshotDetail(detail: DetailState) { |
| 661 | return { |
no outgoing calls
no test coverage detected