MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / copy

Method copy

src/app/ui/input_chain.cpp:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void InputChain::copy(Context* ctx)
80{
81 for (auto e : m_elements) {
82 if (e->onCanCopy(ctx) && e->onCopy(ctx))
83 break;
84 }
85}
86
87void InputChain::paste(Context* ctx)
88{

Callers 7

onExecuteMethod · 0.45
stampImageMethod · 0.45
process_disposal_methodFunction · 0.45
load_msk_fileFunction · 0.45
validateSourceCanvasMethod · 0.45
validateDestCanvasMethod · 0.45

Calls 2

onCanCopyMethod · 0.45
onCopyMethod · 0.45

Tested by

no test coverage detected