| 121 | } |
| 122 | |
| 123 | interface GetCompletionsRequestMessage { |
| 124 | kind: 'getCompletions'; |
| 125 | requestId: number; |
| 126 | request: string; |
| 127 | } |
| 128 | |
| 129 | interface AcceptCompletionRequestMessage { |
| 130 | kind: 'acceptCompletion'; |
nothing calls this directly
no outgoing calls
no test coverage detected