| 22 | export type CursorExtensionMessageHandler = (message: AgentMessage) => void; |
| 23 | |
| 24 | export class CursorExtensionAdapter { |
| 25 | private readonly pending = new Map<string, PendingExtensionRequest>(); |
| 26 | |
| 27 | constructor( |
nothing calls this directly
no outgoing calls
no test coverage detected