MCPcopy Create free account
hub / github.com/MarlinFirmware/Marlin / full

Method full

Marlin/src/gcode/queue.h:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 void ok_to_send();
93
94 inline bool full(uint8_t cmdCount=1) const { return length > (BUFSIZE - cmdCount); }
95
96 inline bool occupied() const { return length != 0; }
97

Callers 5

get_serial_commandsMethod · 0.45
get_sdcard_commandsMethod · 0.45
wifi_rcv_handleFunction · 0.45
get_wifi_commandsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected