MCPcopy Create free account
hub / github.com/DFHack/dfhack / AppendToString

Method AppendToString

depends/protobuf/google/protobuf/message_lite.cc:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272bool MessageLite::AppendToString(string* output) const {
273 GOOGLE_DCHECK(IsInitialized()) << InitializationErrorMessage("serialize", *this);
274 return AppendPartialToString(output);
275}
276
277bool MessageLite::AppendPartialToString(string* output) const {
278 int old_size = output->size();

Callers 1

InterpretOptionsMethod · 0.80

Calls 1

Tested by

no test coverage detected