(&self, command: &str)
| 41 | } |
| 42 | |
| 43 | pub fn resolve_command(&self, command: &str) -> Option<ResolvedCommand> { |
| 44 | self.inner.resolve_command(command) |
| 45 | } |
| 46 | |
| 47 | pub fn get_capabilities(&self) -> Vec<RuntimeCommandCapability> { |
| 48 | self.inner.get_capabilities() |
no outgoing calls
no test coverage detected