Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarlinFirmware/Marlin
/ empty
Method
empty
Marlin/src/gcode/queue.h:98–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
inline bool occupied() const { return length != 0; }
97
98
inline bool empty() const { return !occupied(); }
99
100
inline CommandLine& peek_next_command() { return commands[index_r]; }
101
Callers
2
get_serial_commands
Method · 0.45
advance
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected