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

Method enabled

Telegram/SourceFiles/api/api_sensitive_content.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84rpl::producer<bool> SensitiveContent::enabled() const {
85 return _enabled.value();
86}
87
88bool SensitiveContent::canChangeCurrent() const {
89 return _canChange.current();

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected