(method: string)
| 215 | } |
| 216 | |
| 217 | getMethodUrl(method: string): string { |
| 218 | const endpoint = |
| 219 | process.env['CODE_ASSIST_ENDPOINT'] ?? CODE_ASSIST_ENDPOINT; |
| 220 | return `${endpoint}/${CODE_ASSIST_API_VERSION}:${method}`; |
| 221 | } |
| 222 | } |
no outgoing calls
no test coverage detected