MCPcopy Create free account
hub / github.com/asmuth/clip / StringOutputStream

Method StringOutputStream

src/utils/outputstream.cc:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130StringOutputStream::StringOutputStream(std::string* string) : str_(string) {}
131
132size_t StringOutputStream::write(const char* data, size_t size) {
133 *str_ += std::string(data, size);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected