(response)
| 3929 | void run() |
| 3930 | }, |
| 3931 | onPermissionResponse(response) { |
| 3932 | // Forward bridge permission responses into the |
| 3933 | // stdin processing loop so they resolve pending |
| 3934 | // permission requests from the SDK consumer. |
| 3935 | structuredIO.injectControlResponse(response) |
| 3936 | }, |
| 3937 | onInterrupt() { |
| 3938 | abortController?.abort() |
| 3939 | }, |
no test coverage detected