Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bnjbvr/trinity
/ help
Method
help
modules/libcommand/src/lib.rs:54–56 ·
view source on GitHub ↗
(topic: Option<String>)
Source
from the content-addressed store, hash-verified
52
}
53
54
fn help(topic: Option<String>) -> String {
55
Self::on_help(topic.as_deref())
56
}
57
58
fn on_msg(
59
content: String,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected