MCPcopy Create free account
hub / github.com/bdring/FluidNC / HttpCommandModule

Method HttpCommandModule

FluidNC/src/WebUI/HttpCommand.cpp:352–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected