(cmd: QueuedCommand)
| 1922 | // Defined outside the try block so it's accessible in the post-finally |
| 1923 | // queue re-checks at the bottom of run(). |
| 1924 | const isMainThread = (cmd: QueuedCommand) => cmd.agentId === undefined |
| 1925 | |
| 1926 | try { |
| 1927 | let command: QueuedCommand | undefined |
nothing calls this directly
no outgoing calls
no test coverage detected