MCPcopy 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)]
78impl 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

describeMethod · 0.45
callables_to_indexFunction · 0.45
insertMethod · 0.45
newMethod · 0.45
tester_withFunction · 0.45
add_callableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected