MCPcopy Index your code
hub / github.com/endbasic/endbasic / metadata

Method metadata

std/src/help.rs:493–495  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

491#[async_trait(?Send)]
492impl Callable for HelpCommand {
493 fn metadata(&self) -> Rc<CallableMetadata> {
494 self.metadata.clone()
495 }
496
497 async fn async_exec(&self, scope: Scope<'_>) -> CallResult<()> {
498 let topics = Topics::new(&self.callables.borrow());

Callers 2

tester_withFunction · 0.45
add_callableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected