(session: &AgentSession, cmd: Arc<dyn SlashCommand>)
| 17 | } |
| 18 | |
| 19 | pub(super) fn register(session: &AgentSession, cmd: Arc<dyn SlashCommand>) { |
| 20 | registry(session).register(cmd); |
| 21 | } |
| 22 | |
| 23 | pub(super) fn dispatch( |
| 24 | session: &AgentSession, |
no test coverage detected