MCPcopy Create free account
hub / github.com/Kitware/CMake / string

Method string

Utilities/cmcppdap/src/string_buffer.h:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62std::string StringBuffer::string() const {
63 return str;
64}
65
66size_t StringBuffer::read(void* buffer, size_t bytes) {
67 if (closed || bytes == 0 || str.size() == 0 || chunk_lengths.size() == 0) {

Callers 2

TESTFunction · 0.45
lexically_relativeMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36