Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
std::string MemoryWriteStream::readString() {
152
return std::string(buffer.begin(), buffer.end());
153
}
154
155
void MemoryWriteStream::reset() {
156
buffer.clear();
Callers
1
TGFX_TEST
Function · 0.80
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected