Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ isCopyingPossible
Method
isCopyingPossible
source/Gui/PatternEditorWindow.cpp:366–369 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
364
}
365
366
bool PatternEditorWindow::isCopyingPossible() const
367
{
368
return !EditorModel::get().isSelectionEmpty();
369
}
370
371
void PatternEditorWindow::onCopy()
372
{
Callers
nothing calls this directly
Calls
1
isSelectionEmpty
Method · 0.80
Tested by
no test coverage detected