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

Function AiApplyBoundSlug

Telegram/SourceFiles/api/api_compose_with_ai.cpp:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171QString AiApplyBoundSlug() {
172 return OptionAiApplyToneSlug.value();
173}
174
175void SetAiApplyBoundSlug(const QString &slug) {
176 OptionAiApplyToneSlug.set(slug);

Callers 3

ComposeAiBoxFunction · 0.85
BoundsToThisToneFunction · 0.85
TriggerAiApplyInPlaceFunction · 0.85

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected