Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
289
bool MessageLite::SerializeToString(string* output) const {
290
output->clear();
291
return AppendToString(output);
292
}
293
294
bool MessageLite::SerializePartialToString(string* output) const {
295
output->clear();
Callers
4
TEST
Function · 0.80
SetAggregateOption
Method · 0.80
TEST
Function · 0.80
GenerateBuildDescriptors
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64