()
| 486 | accessToken: opts.accessToken, |
| 487 | lastStderr, |
| 488 | get currentActivity(): SessionActivity | null { |
| 489 | return currentActivity |
| 490 | }, |
| 491 | kill(): void { |
| 492 | if (!child.killed) { |
| 493 | deps.onDebug( |
nothing calls this directly
no outgoing calls
no test coverage detected