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

Method reset

fdbclient/include/fdbclient/FDBTypes.h:1051–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1049 uint32_t sub;
1050
1051 void reset(Version v) {
1052 version = v;
1053 sub = 0;
1054 }
1055
1056 bool operator<(LogMessageVersion const& r) const {
1057 if (version < r.version)

Calls

no outgoing calls

Tested by

no test coverage detected