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

Method whenAtLeast

fdbclient/NativeAPI.actor.cpp:8975–8977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8973}
8974
8975Future<Void> ChangeFeedData::whenAtLeast(Version version) {
8976 return changeFeedWhenAtLatest(Reference<ChangeFeedData>::addRef(this), version);
8977}
8978
8979#define DEBUG_CF_CLIENT_TRACE false
8980

Calls

no outgoing calls

Tested by

no test coverage detected