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

Method getCurrentIde

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

Source from the content-addressed store, hash-verified

214 }
215
216 getCurrentIde(): DetectedIde | undefined {
217 return this.currentIde;
218 }
219
220 getConnectionStatus(): IDEConnectionState {
221 return this.state;

Callers 2

AppFunction · 0.80
ideCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected