MCPcopy Create free account
hub / github.com/anus-dev/ANUS / install

Method install

packages/core/src/ide/ide-installer.ts:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18export interface IdeInstaller {
19 install(): Promise<InstallResult>;
20}
21
22export interface InstallResult {

Callers 2

ideCommandFunction · 0.65

Implementers 1

VsCodeInstallerpackages/core/src/ide/ide-installer.ts

Calls

no outgoing calls

Tested by

no test coverage detected