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

Method getTaskCount

fdbclient/TaskBucket.actor.cpp:1026–1028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024}
1025
1026Future<int64_t> TaskBucket::getTaskCount(Reference<ReadYourWritesTransaction> tr) {
1027 return TaskBucketImpl::getTaskCount(tr, Reference<TaskBucket>::addRef(this));
1028}
1029
1030Future<Void> TaskBucket::watchTaskCount(Reference<ReadYourWritesTransaction> tr) {
1031 return tr->watch(prefix.pack(LiteralStringRef("task_count")));

Callers 4

Future<Void> checkDataFunction · 0.45
checkDataMethod · 0.45
Future<Void> _startFunction · 0.45
Future<Void> _startFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected