Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anus-dev/ANUS
/ getConnectionStatus
Method
getConnectionStatus
packages/core/src/ide/ide-client.ts:220–222 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
218
}
219
220
getConnectionStatus(): IDEConnectionState {
221
return
this.state;
222
}
223
224
getDetectedIdeDisplayName(): string | undefined {
225
return
this.currentIdeDisplayName;
Callers
5
ide-client.test.ts
File · 0.80
shouldConfirmExecute
Method · 0.80
shouldConfirmExecute
Method · 0.80
getIdeStatusMessage
Function · 0.80
getIdeStatusMessageWithFiles
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected