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