Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ Write
Function
Write
Telegram/SourceFiles/core/enhanced_settings.cpp:396–400 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
394
}
395
396
void Write() {
397
if (!Data) return;
398
399
Data->write();
400
}
401
402
void Finish() {
403
if (!Data) return;
Callers
7
setupMenu
Method · 0.85
save
Method · 0.85
SetupEnhancedMessages
Method · 0.85
SetupEnhancedButton
Method · 0.85
SetupEnhancedVoiceChat
Method · 0.85
SetupEnhancedOthers
Method · 0.85
SettingsBox
Function · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected