MCPcopy 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
366bool PatternEditorWindow::isCopyingPossible() const
367{
368 return !EditorModel::get().isSelectionEmpty();
369}
370
371void PatternEditorWindow::onCopy()
372{

Callers

nothing calls this directly

Calls 1

isSelectionEmptyMethod · 0.80

Tested by

no test coverage detected