(callID: string)
| 635 | } |
| 636 | |
| 637 | function shellPartID(callID: string): string { |
| 638 | return `shell:${callID}` |
| 639 | } |
| 640 | |
| 641 | function claimShell(data: SessionData, callID: string, source: ShellCall["source"], command?: string): ShellCall { |
| 642 | const current = data.shell.get(callID) |
no outgoing calls
no test coverage detected