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

Method initSavePath

exporter/src/utils/AEResource.cpp:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void AEResource::initSavePath() {
153 std::string path = GetCompositionStoragePath(itemHandle);
154 if (path.empty()) {
155 path = QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation).toStdString();
156 }
157 savePath = path;
158}
159
160} // namespace exporter

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.80

Tested by

no test coverage detected