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

Method toString

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

Source from the content-addressed store, hash-verified

1050 } Params;
1051
1052 std::string toString(Reference<Task> task) const override {
1053 return format("beginKey '%s' endKey '%s' addTasks %d",
1054 Params.beginKey().get(task).printable().c_str(),
1055 Params.endKey().get(task).printable().c_str(),
1056 Params.addBackupRangeTasks().get(task));
1057 }
1058
1059 StringRef getName() const override { return name; };
1060

Callers

nothing calls this directly

Calls 7

addBackupRangeTasksMethod · 0.80
getMethod · 0.65
formatFunction · 0.50
c_strMethod · 0.45
printableMethod · 0.45
beginKeyMethod · 0.45
endKeyMethod · 0.45

Tested by

no test coverage detected