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

Method set

fdbclient/TaskBucket.actor.cpp:1295–1297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1293}
1294
1295Future<Void> TaskFuture::set(Reference<ReadYourWritesTransaction> tr, Reference<TaskBucket> taskBucket) {
1296 return TaskFutureImpl::set(tr, taskBucket, Reference<TaskFuture>::addRef(this));
1297}
1298
1299Future<Void> TaskFuture::performAllActions(Reference<ReadYourWritesTransaction> tr, Reference<TaskBucket> taskBucket) {
1300 return TaskFutureImpl::performAllActions(tr, taskBucket, Reference<TaskFuture>::addRef(this));

Callers

nothing calls this directly

Calls 1

setFunction · 0.70

Tested by

no test coverage detected