| 66 | } |
| 67 | |
| 68 | export class OpencodePermissionHandler extends BasePermissionHandler<PermissionResponseMessage, void> { |
| 69 | private readonly pendingBackendRequests = new Map<string, PermissionRequest>(); |
| 70 | |
| 71 | constructor( |
nothing calls this directly
no outgoing calls
no test coverage detected