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

Method value

Telegram/SourceFiles/export/view/export_view_settings.cpp:938–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936}
937
938rpl::producer<Settings> SettingsWidget::value() const {
939 return rpl::single(readData()) | rpl::then(changes());
940}
941
942rpl::producer<> SettingsWidget::startClicks() const {
943 return _startClicks.value(

Callers 15

ColorPickerMethod · 0.45
updateToolSelectionMethod · 0.45
colorButtonColorMethod · 0.45
paintSizeControlMethod · 0.45
PhotoEditorMethod · 0.45
PhotoEditorControlsMethod · 0.45
CropMethod · 0.45
setGridVisibleMethod · 0.45
PhotoEditorContentMethod · 0.45
LayerWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected