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

Method serialize

fdbclient/BlobGranuleFiles.cpp:257–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256 template <class Ar>
257 void serialize(Ar& ar) {
258 serializer(ar, children);
259 }
260};
261
262struct IndexBlockRef {

Callers 2

applyChangesMethod · 0.45

Calls 1

serializerFunction · 0.85

Tested by

no test coverage detected