(&self)
| 491 | #[async_trait(?Send)] |
| 492 | impl 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()); |
no outgoing calls
no test coverage detected