Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
228
impl SlashCommand for HelpCommand {
229
fn name(&self) -> &str {
230
"help"
231
}
232
fn description(&self) -> &str {
233
"List available commands"
234
}
Callers
3
register
Method · 0.45
list
Method · 0.45
list_full
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected