Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
wsOnOpen
Method · 0.95
Calls
2
logToOutput
Method · 0.95
send
Method · 0.95
Tested by
no test coverage detected