Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bdring/FluidNC
/ ConfigurableModule
Method
ConfigurableModule
FluidNC/src/Module.h:99–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
98
public:
99
ConfigurableModule(const char* name) : _name(name) {}
100
~ConfigurableModule() = default;
101
102
const char* name() { return _name; };
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected