MCPcopy 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
376bool PatternEditorWindow::isPastingPossible() const
377{
378 return _copiedSelection.has_value();
379}
380
381void PatternEditorWindow::onPaste()
382{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected