MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / cachePath

Method cachePath

Telegram/SourceFiles/storage/storage_account.cpp:1835–1839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1833}
1834
1835QString Account::cachePath() const {
1836 Expects(!_databasePath.isEmpty());
1837
1838 return _databasePath + "cache";
1839}
1840
1841Cache::Database::Settings Account::cacheSettings() const {
1842 auto result = Cache::Database::Settings();

Callers 1

SessionMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected