Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ isPastingPossible
Method
isPastingPossible
source/Gui/PatternEditorWindow.cpp:376–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
374
}
375
376
bool PatternEditorWindow::isPastingPossible() const
377
{
378
return _copiedSelection.has_value();
379
}
380
381
void PatternEditorWindow::onPaste()
382
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected