| 44 | export const CODE_ASSIST_API_VERSION = 'v1internal'; |
| 45 | |
| 46 | export class CodeAssistServer implements ContentGenerator { |
| 47 | constructor( |
| 48 | readonly client: OAuth2Client, |
| 49 | readonly projectId?: string, |
nothing calls this directly
no outgoing calls
no test coverage detected