MCPcopy Create free account
hub / github.com/colmap/colmap / EndTransaction

Method EndTransaction

src/colmap/scene/database_sqlite.cc:1646–1648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1644 }
1645
1646 void EndTransaction() const override {
1647 SQLITE3_EXEC(THROW_CHECK_NOTNULL(database_), "END TRANSACTION", nullptr);
1648 }
1649
1650 void PrepareSQLStatements() {
1651 sql_stmts_.clear();

Callers 1

~DatabaseTransactionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected