Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ commit
Method
commit
dlib/sqlite/sqlite_tools.h:27–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
void commit ()
28
{
29
if (!committed)
30
{
31
committed = true;
32
db.exec(
"commit"
);
33
}
34
}
35
36
~transaction() noexcept(false)
37
{
Callers
1
main
Function · 0.80
Calls
1
exec
Method · 0.80
Tested by
no test coverage detected