Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
interface
ExtensionsResponse {
10
extensions: string[];
11
}
12
13
export
interface
Range {
14
start: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected