MCPcopy 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
60std::string StringBuffer::string() const {
61 return str;
62}
63
64size_t StringBuffer::read(void* buffer, size_t bytes) {
65 if (closed || bytes == 0 || str.size() == 0) {

Callers 6

TESTFunction · 0.80
decodeLineMethod · 0.80
readMethod · 0.80
to_stringMethod · 0.80
to_stringMethod · 0.80
to_stringMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64