Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Duet3D/RepRapFirmware
/ Next
Method
Next
src/GCodes/GCodeQueue.h:47–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
explicit QueuedCode(QueuedCode *_ecv_null n) noexcept : next(n), dataLength(0) { }
47
QueuedCode *_ecv_null Next() const noexcept { return next; }
48
49
private:
50
QueuedCode *_ecv_null next;
Callers
15
QueueCode
Method · 0.45
PurgeEntries
Method · 0.45
Clear
Method · 0.45
Diagnostics
Method · 0.45
GenerateTemperatureReport
Method · 0.45
WriteToolSettings
Method · 0.45
WriteToolParameters
Method · 0.45
DeleteTool
Method · 0.45
GetNumberOfContiguousTools
Method · 0.45
GetLockedTool
Method · 0.45
IsHeaterAssignedToTool
Method · 0.45
THROWS
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected