MCPcopy Create free account
hub / github.com/Tencent/libpag / getExportStatus

Method getExportStatus

exporter/src/ui/ProgressModel.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27int ProgressModel::getExportStatus() const {
28 return static_cast<int>(status);
29}
30
31double ProgressModel::getTotalProgress() const {
32 if (totalSteps == 0) {

Callers 2

getExportNumMethod · 0.80
dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected