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

Method getInstance

packages/core/src/ide/ide-client.ts:75–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 static getInstance(): IdeClient {
76 if (!IdeClient.instance) {
77 IdeClient.instance = new IdeClient();
78 }
79 return IdeClient.instance;
80 }
81
82 async connect(): Promise<void> {
83 if (!this.currentIde || !this.currentIdeDisplayName) {

Callers 3

ide-client.test.tsFile · 0.45
generateJsonMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected