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

Method Read

src/Platform/OutputMemory.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79const char *_ecv_array OutputBuffer::Read(size_t len) noexcept
80{
81 const size_t offset = bytesRead;
82 bytesRead += len;
83 return data + offset;
84}
85
86// Empty this buffer
87void OutputBuffer::Clear() noexcept

Callers 3

FlushMessagesMethod · 0.45
RepRap.cppFile · 0.45
UpdateFirmwareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected