Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ onConnect
Method
onConnect
panel/src/app/entity/remote_service.ts:118–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
}
117
118
private
async
onConnect() {
119
// this.available = true; Note: Connected is not auth;
120
return
await
this.auth(this.config.apiKey);
121
}
122
123
disconnect() {
124
if
(this.socket) {
Callers
1
connect
Method · 0.95
Calls
1
auth
Method · 0.95
Tested by
no test coverage detected