MCPcopy Create free account
hub / github.com/apple/foundationdb / decodeServerListValueFB

Function decodeServerListValueFB

fdbclient/SystemData.cpp:770–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768}
769
770StorageServerInterface decodeServerListValueFB(ValueRef const& value) {
771 StorageServerInterface s;
772 ObjectReader reader(value.begin(), IncludeVersion());
773 reader.deserialize(s);
774 return s;
775}
776
777StorageServerInterface decodeServerListValue(ValueRef const& value) {
778 StorageServerInterface s;

Callers 1

decodeServerListValueFunction · 0.85

Calls 3

IncludeVersionFunction · 0.85
beginMethod · 0.45
deserializeMethod · 0.45

Tested by

no test coverage detected