Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ onRedo
Method
onRedo
src/app/cmd_sequence.cpp:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
void CmdSequence::onRedo()
44
{
45
for (auto it = m_cmds.begin(), end=m_cmds.end(); it!=end; ++it)
46
(*it)->redo();
47
}
48
49
size_t CmdSequence::onMemSize() const
50
{
Callers
nothing calls this directly
Calls
3
begin
Method · 0.45
end
Method · 0.45
redo
Method · 0.45
Tested by
no test coverage detected