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

Method currentView

Telegram/SourceFiles/export/export_manager.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78rpl::producer<View::PanelController*> Manager::currentView(
79) const {
80 return _viewChanges.events_starting_with(_panel.get());
81}
82
83bool Manager::inProgress() const {
84 return _controller != nullptr;

Callers 1

MainWidgetMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected