Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
namespace QodeAssist::Chat {
11
12
void ChatUtils::copyToClipboard(const QString &text)
13
{
14
QGuiApplication::clipboard()->setText(text);
15
}
16
17
QString ChatUtils::getSafeMarkdownText(const QString &text) const
18
{
Callers
nothing calls this directly
Calls
1
setText
Method · 0.80
Tested by
no test coverage detected