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

Method termsLockValue

Telegram/SourceFiles/main/main_session.cpp:454–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454rpl::producer<bool> Session::termsLockValue() const {
455 return rpl::single(
456 _termsLock != nullptr
457 ) | rpl::then(termsLockChanges());
458}
459
460QString Session::createInternalLink(const QString &query) const {
461 return createInternalLink(TextWithEntities{ .text = query }).text;

Callers 1

showAccountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected