MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / SerializationOp

Method SerializationOp

src/qt/recentrequeststablemodel.h:28–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27 template <typename Stream, typename Operation>
28 inline void SerializationOp(Stream& s, Operation ser_action) {
29 unsigned int nDate = date.toTime_t();
30
31 READWRITE(this->nVersion);
32 READWRITE(id);
33 READWRITE(nDate);
34 READWRITE(recipient);
35
36 if (ser_action.ForRead())
37 date = QDateTime::fromTime_t(nDate);
38 }
39};
40
41class RecentRequestEntryLessThan

Callers

nothing calls this directly

Calls 1

ForReadMethod · 0.45

Tested by

no test coverage detected