Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ string
Method
string
3rdparty/cppdap/src/string_buffer.h:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
std::string StringBuffer::string() const {
61
return str;
62
}
63
64
size_t StringBuffer::read(void* buffer, size_t bytes) {
65
if (closed || bytes == 0 || str.size() == 0) {
Callers
6
TEST
Function · 0.80
decodeLine
Method · 0.80
read
Method · 0.80
to_string
Method · 0.80
to_string
Method · 0.80
to_string
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64