Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ asyncStatus
Method
asyncStatus
common/src/mcping.ts:94–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
}
93
94
async
asyncStatus() {
95
let
status =
await
this.getStatus();
96
return
status;
97
}
98
}
99
100
// async function test() {
Callers
nothing calls this directly
Calls
1
getStatus
Method · 0.95
Tested by
no test coverage detected