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

Method serialize

fdbserver/CoordinatedState.actor.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 // be considered
247 template <class Ar>
248 void serialize(Ar& ar) {
249 ASSERT(ar.protocolVersion().hasMovableCoordinatedState());
250 serializer(ar, value, mode, other);
251 }
252};
253
254struct MovableCoordinatedStateImpl {

Callers

nothing calls this directly

Calls 2

serializerFunction · 0.85
protocolVersionMethod · 0.45

Tested by

no test coverage detected