Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
int ProgressModel::getExportStatus() const {
28
return static_cast<int>(status);
29
}
30
31
double ProgressModel::getTotalProgress() const {
32
if (totalSteps == 0) {
Callers
2
getExportNum
Method · 0.80
data
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected