MCPcopy
hub / github.com/dotnet/vscode-csharp / IPackage

Interface IPackage

src/packageManager/IPackage.ts:6–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 *--------------------------------------------------------------------------------------------*/
5
6export interface IPackage {
7 id: string;
8 description: string;
9 url: string;
10 fallbackUrl?: string;
11 platforms: string[];
12 architectures: string[];
13 platformId?: string;
14 integrity?: string;
15 isFramework?: boolean;
16}

Callers

nothing calls this directly

Implementers 1

AbsolutePathPackagesrc/packageManager/absolutePathPackage

Calls

no outgoing calls

Tested by

no test coverage detected