Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ saveFromData
Method
saveFromData
Telegram/SourceFiles/data/data_document.cpp:1441–1443 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1439
}
1440
1441
bool DocumentData::saveFromData() {
1442
return !filepath(true).isEmpty() || saveFromDataChecked();
1443
}
1444
1445
bool DocumentData::saveFromDataSilent() {
1446
return !filepath(true).isEmpty()
Callers
1
Save
Method · 0.80
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected