MCPcopy Create free account
hub / github.com/codota/tabnine-vscode / ExtensionsResponse

Interface ExtensionsResponse

src/codeReview/api.ts:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7});
8
9interface ExtensionsResponse {
10 extensions: string[];
11}
12
13export interface Range {
14 start: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected