Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Palm1r/QodeAssist
/ copyToClipboard
Method
copyToClipboard
ChatView/ChatRootView.cpp:492–495 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
490
}
491
492
void ChatRootView::copyToClipboard(const QString &text)
493
{
494
QGuiApplication::clipboard()->setText(text);
495
}
496
497
void ChatRootView::cancelRequest()
498
{
Callers
nothing calls this directly
Calls
1
setText
Method · 0.80
Tested by
no test coverage detected