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

Method DataStart

src/GCodes/GCodeBuffer/GCodeBuffer.cpp:1376–1379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1374}
1375
1376const char *_ecv_array GCodeBuffer::DataStart() const noexcept
1377{
1378 return PARSER_OPERATION(DataStart());
1379}
1380
1381// Return the length of the command.
1382// WARNING! This may return the wrong value if the command has an unquoted string parameter and GetUnprecedentedString or GetPossiblyQuotedString hasn't been called yet.

Callers 2

AssignFromMethod · 0.45
ExchangeDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected