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

Method unpack

fdbclient/TaskBucket.actor.cpp:1073–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1071}
1072
1073Reference<TaskFuture> FutureBucket::unpack(Key key) {
1074 return makeReference<TaskFuture>(Reference<FutureBucket>::addRef(this), key);
1075}
1076
1077class TaskFutureImpl {
1078public:

Callers 6

getDoneFutureMethod · 0.45
_finishMethod · 0.45
getOneMethod · 0.45
performAllActionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected