Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ rollback_sp
Function
rollback_sp
lua/sp.c:6794–6800 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6792
}
6793
6794
static void rollback_sp(Lua L)
6795
{
6796
int tmp;
6797
SP sp = getsp(L);
6798
sp->make_parent_trans = 0;
6799
db_rollback_int(L, &tmp);
6800
}
6801
6802
static int commit_sp(Lua L, char **err)
6803
{
Callers
1
commit_sp
Function · 0.85
Calls
1
db_rollback_int
Function · 0.85
Tested by
no test coverage detected