MCPcopy Index your code
hub / github.com/Botloader/botloader / createMessageCommand

Method createMessageCommand

components/runtime/src/ts/script.ts:74–79  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

72 }
73
74 createMessageCommand(name: string): Commands.MessageCommandBuilder {
75 const builder = Commands.messageCommand(name)
76 builder.onBuilt = (cmd) => this.createCommand(cmd)
77
78 return builder
79 }
80
81 private storagePluginId() {
82 if (this.customStorageScope) {

Callers

nothing calls this directly

Calls 1

createCommandMethod · 0.95

Tested by

no test coverage detected