MCPcopy Create free account
hub / github.com/dfranx/SHADERed / write

Method write

libs/cppdap/src/string_buffer.h:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

writeFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected