MCPcopy Create free account
hub / github.com/Botloader/botloader / sendAuth

Method sendAuth

botloader-vscode/src/ws.ts:66–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 sendAuth() {
67 this.logToOutput("authorizing ws...", "Client");
68 this.send({
69 t: "Authorize",
70 d: this.token!,
71 });
72 }
73
74 wsOnOpen() {
75 if (this.token) {

Callers 1

wsOnOpenMethod · 0.95

Calls 2

logToOutputMethod · 0.95
sendMethod · 0.95

Tested by

no test coverage detected