MCPcopy Create free account
hub / github.com/AnetaTexler/FaceBlit / commit

Method commit

VS/include/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() throw (std::exception)
37 {

Callers

nothing calls this directly

Calls 1

execMethod · 0.45

Tested by

no test coverage detected