| 350 | class HttpCommandModule : public Module { |
| 351 | public: |
| 352 | explicit HttpCommandModule(const char* name) : Module(name) {} |
| 353 | |
| 354 | void init() override { |
| 355 | new UserCommand("HC", "HTTP/Command", http_command_handler, http_state_check, WG); |
nothing calls this directly
no outgoing calls
no test coverage detected