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

Method write

Utilities/cmcppdap/src/string_buffer.h:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58bool StringBuffer::write(const std::string& s) {
59 return write(s.data(), s.size());
60}
61
62std::string StringBuffer::string() const {
63 return str;

Callers

nothing calls this directly

Calls 5

writeFunction · 0.85
appendMethod · 0.80
push_backMethod · 0.80
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected