MCPcopy Create free account
hub / github.com/AI45Lab/Code / name

Method name

core/src/commands.rs:229–231  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

227
228impl SlashCommand for HelpCommand {
229 fn name(&self) -> &str {
230 "help"
231 }
232 fn description(&self) -> &str {
233 "List available commands"
234 }

Callers 3

registerMethod · 0.45
listMethod · 0.45
list_fullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected