Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
void InputChain::copy(Context* ctx)
80
{
81
for (auto e : m_elements) {
82
if (e->onCanCopy(ctx) && e->onCopy(ctx))
83
break;
84
}
85
}
86
87
void InputChain::paste(Context* ctx)
88
{
Callers
7
onExecute
Method · 0.45
stampImage
Method · 0.45
process_disposal_method
Function · 0.45
load_msk_file
Function · 0.45
validateSourceCanvas
Method · 0.45
validateDestCanvas
Method · 0.45
copyValidDestToSourceCanvas
Method · 0.45
Calls
2
onCanCopy
Method · 0.45
onCopy
Method · 0.45
Tested by
no test coverage detected