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

Method addDivider

Telegram/SourceFiles/settings/settings_builder.cpp:302–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302void SectionBuilder::addDivider() {
303 v::match(_context, [&](const WidgetContext &ctx) {
304 Ui::AddDivider(ctx.container);
305 }, [](const SearchContext &) {
306 });
307}
308
309void SectionBuilder::addSkip() {
310 v::match(_context, [&](const WidgetContext &ctx) {

Callers 15

setTimestampsMethod · 0.45
BuildTagsSectionFunction · 0.45
BuildAutoDownloadSectionFunction · 0.45
BuildWindowTitleSectionFunction · 0.45
BuildPerformanceSectionFunction · 0.45
BuildSpellcheckerSectionFunction · 0.45
BuildUpdateSectionFunction · 0.45
BuildExportSectionFunction · 0.45
BuildScreenReaderSectionFunction · 0.45

Calls 1

AddDividerFunction · 0.85

Tested by

no test coverage detected