Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
rpl::producer<View::PanelController*> Manager::currentView(
79
) const {
80
return _viewChanges.events_starting_with(_panel.get());
81
}
82
83
bool Manager::inProgress() const {
84
return _controller != nullptr;
Callers
1
MainWidget
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected