Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
void Transaction::commit()
55
{
56
ASSERT(m_cmds);
57
58
m_cmds->commit();
59
m_undo->add(m_cmds);
60
m_cmds = NULL;
61
}
62
63
void Transaction::rollback()
64
{
Callers
4
drop_range_op
Function · 0.45
reverse_frames
Function · 0.45
TEST
Function · 0.45
cfgwrite
Function · 0.45
Calls
1
add
Method · 0.45
Tested by
1
TEST
Function · 0.36