MCPcopy 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

setupMenuMethod · 0.85
saveMethod · 0.85
SetupEnhancedMessagesMethod · 0.85
SetupEnhancedButtonMethod · 0.85
SetupEnhancedOthersMethod · 0.85
SettingsBoxFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected