MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / Seen

Method Seen

src/GCodes/GCodeBuffer/GCodeBuffer.cpp:482–485  ·  view source on GitHub ↗

Is a character present?

Source from the content-addressed store, hash-verified

480
481// Is a character present?
482bool GCodeBuffer::Seen(char c) noexcept
483{
484 return PARSER_OPERATION(Seen(c));
485}
486
487ParameterLettersBitmap GCodeBuffer::AllParameters() const noexcept
488{

Callers 15

THROWSFunction · 0.45
THROWSFunction · 0.45
THROWSFunction · 0.45
THROWSFunction · 0.45
THROWSFunction · 0.45
THROWSFunction · 0.45
THROWSFunction · 0.45
THROWSFunction · 0.45
THROWSFunction · 0.45
THROWSFunction · 0.45
THROWSFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected