MCPcopy Create free account
hub / github.com/SmingHub/Sming / flush

Method flush

Sming/Core/Data/Buffer/PrintBuffer.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void BasePrintBuffer::flush()
40{
41 output.write(buffer, writeOffset);
42 writeOffset = 0;
43}

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected