()
| 361 | permissionResult, |
| 362 | permissionPromptStartTimeMs: Date.now(), |
| 363 | onUserInteraction() { |
| 364 | // No-op for remote — classifier runs on the container |
| 365 | }, |
| 366 | onAbort() { |
| 367 | const response: RemotePermissionResponse = { |
| 368 | behavior: 'deny', |
nothing calls this directly
no outgoing calls
no test coverage detected