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

Method toString

fdbclient/FileBackupAgent.actor.cpp:1020–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1018 format("'%s' on '%s'", error.what(), task->params[Task::reservedTaskParamKeyType].printable().c_str()));
1019 }
1020 virtual std::string toString(Reference<Task> task) const { return ""; }
1021};
1022
1023ACTOR static Future<Standalone<VectorRef<KeyRef>>> getBlockOfShards(Reference<ReadYourWritesTransaction> tr,

Callers 15

unpackMethod · 0.45
getProgress_implMethod · 0.45
getFullStatus_implMethod · 0.45
_finishMethod · 0.45
addChunkMethod · 0.45
string> restoreStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected