MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / copyToClipboard

Method copyToClipboard

ChatView/ChatUtils.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace QodeAssist::Chat {
11
12void ChatUtils::copyToClipboard(const QString &text)
13{
14 QGuiApplication::clipboard()->setText(text);
15}
16
17QString ChatUtils::getSafeMarkdownText(const QString &text) const
18{

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected