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

Method description

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

Source from the content-addressed store, hash-verified

230 "help"
231 }
232 fn description(&self) -> &str {
233 "List available commands"
234 }
235 fn execute(&self, _args: &str, _ctx: &CommandContext) -> CommandOutput {
236 // Help text is generated dynamically by the session using registry.list()
237 // This is a placeholder — the actual help is built in AgentSession::execute_command()

Callers 2

listMethod · 0.45
list_fullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected