MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / getDaemonInfo

Method getDaemonInfo

panel/src/app/entity/remote_service.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 private getDaemonInfo() {
26 return `Name: ${this.config.remarks} | ID: ${this.uuid} | URL: ${this.realUrl}`;
27 }
28
29 public connect(connectOpts?: Partial<SocketOptions & ManagerOptions>) {
30 if (connectOpts) this.config.connectOpts = connectOpts;

Callers 3

connectMethod · 0.95
authMethod · 0.95
disconnectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected