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

Method createInternalLink

Telegram/SourceFiles/main/main_session.cpp:460–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460QString Session::createInternalLink(const QString &query) const {
461 return createInternalLink(TextWithEntities{ .text = query }).text;
462}
463
464QString Session::createInternalLinkFull(const QString &query) const {
465 return createInternalLinkFull(TextWithEntities{ .text = query }).text;

Callers 14

SaveThemeBoxFunction · 0.80
rowRightActionClickedMethod · 0.80
createRowMethod · 0.80
SetupChannelBoxMethod · 0.80
InnerMethod · 0.80
CreateMessageLinkFunction · 0.80
MakeGiftCodeLinkFunction · 0.80
createUsernameEditMethod · 0.80
showEditPeerTypeBoxMethod · 0.80
fillPrivacyTypeButtonMethod · 0.80
EditLinkBoxFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected