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

Method SerializeToString

depends/protobuf/google/protobuf/message_lite.cc:289–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289bool MessageLite::SerializeToString(string* output) const {
290 output->clear();
291 return AppendToString(output);
292}
293
294bool MessageLite::SerializePartialToString(string* output) const {
295 output->clear();

Callers 4

TESTFunction · 0.80
SetAggregateOptionMethod · 0.80
TESTFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64