MCPcopy Create free account
hub / github.com/Tencent/tgfx / readString

Method readString

src/core/utils/WriteStream.cpp:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151std::string MemoryWriteStream::readString() {
152 return std::string(buffer.begin(), buffer.end());
153}
154
155void MemoryWriteStream::reset() {
156 buffer.clear();

Callers 1

TGFX_TESTFunction · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected