Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Duet3D/RepRapFirmware
/ GetCommandLetter
Method
GetCommandLetter
src/GCodes/GCodeBuffer/GCodeBuffer.cpp:353–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
351
}
352
353
char GCodeBuffer::GetCommandLetter() const noexcept
354
{
355
return PARSER_OPERATION(GetCommandLetter());
356
}
357
358
bool GCodeBuffer::HasCommandNumber() const noexcept
359
{
Callers
6
GetMessage
Method · 0.45
HandleReplyPreserveResult
Method · 0.45
HandleReply
Method · 0.45
ActOnCode
Method · 0.45
THROWS
Function · 0.45
FillBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected