Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
Callers
4
template <class Tr> Future<bool> getValidAutoEnabled
Function · 0.45
GenericManagementAPI.actor.h
File · 0.45
ClientTagThrottleData
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected