Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Duet3D/RepRapFirmware
/ HasCommandNumber
Method
HasCommandNumber
src/GCodes/GCodeBuffer/GCodeBuffer.cpp:358–361 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
356
}
357
358
bool GCodeBuffer::HasCommandNumber() const noexcept
359
{
360
return PARSER_OPERATION(HasCommandNumber());
361
}
362
363
int GCodeBuffer::GetCommandNumber() const noexcept
364
{
Callers
3
GetMessage
Method · 0.45
ActOnCode
Method · 0.45
THROWS
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected