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

Method send

botloader-vscode/src/ws.ts:46–50  ·  view source on GitHub ↗
(cmd: WsCommand)

Source from the content-addressed store, hash-verified

44 }
45
46 send(cmd: WsCommand) {
47 if (this.ws) {
48 this.ws.send(JSON.stringify(cmd));
49 }
50 }
51
52 subscribeGuild(guildId: string) {
53 if (!this.auth) {

Callers 2

subscribeGuildMethod · 0.95
sendAuthMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected