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

Method commit

src/app/transaction.cpp:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void Transaction::commit()
55{
56 ASSERT(m_cmds);
57
58 m_cmds->commit();
59 m_undo->add(m_cmds);
60 m_cmds = NULL;
61}
62
63void Transaction::rollback()
64{

Callers 4

drop_range_opFunction · 0.45
reverse_framesFunction · 0.45
TESTFunction · 0.45
cfgwriteFunction · 0.45

Calls 1

addMethod · 0.45

Tested by 1

TESTFunction · 0.36