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

Method serialize

flow/flow.cpp:459–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457 Int(uint32_t value) : value(value) {}
458 template <class Ar>
459 void serialize(Ar& ar) {
460 serializer(ar, value);
461 }
462};
463} // namespace
464

Callers 1

flow.cppFile · 0.45

Calls 1

serializerFunction · 0.85

Tested by

no test coverage detected