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

Method FinalizeSQLStatements

src/colmap/scene/database_sqlite.cc:1890–1895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1888 }
1889
1890 void FinalizeSQLStatements() {
1891 for (sqlite3_stmt** sql_stmt : sql_stmts_) {
1892 SQLITE3_CALL(sqlite3_finalize(*sql_stmt));
1893 *sql_stmt = nullptr;
1894 }
1895 }
1896
1897 void CreateTables() const {
1898 CreateRigTable();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected