Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ canChange
Method
canChange
Telegram/SourceFiles/api/api_sensitive_content.cpp:92–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
rpl::producer<bool> SensitiveContent::canChange() const {
93
return _canChange.value();
94
}
95
96
void SensitiveContent::update(bool enabled) {
97
if (!_canChange.current()) {
Callers
2
SetupSensitiveContent
Function · 0.80
ShowSensitiveConfirm
Function · 0.80
Calls
1
value
Method · 0.45
Tested by
no test coverage detected