Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ name
Method
name
std/src/help.rs:79–81 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
77
#[async_trait(?Send)]
78
impl Topic for CallableTopic {
79
fn name(&self) -> &str {
80
&self.name
81
}
82
83
fn title(&self) -> &str {
84
self.metadata.description().next().unwrap()
Callers
6
describe
Method · 0.45
callables_to_index
Function · 0.45
insert
Method · 0.45
new
Method · 0.45
tester_with
Function · 0.45
add_callable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected