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

Method BeginTransaction

src/pycolmap/scene/database.cc:433–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431 }
432
433 void BeginTransaction() const override {
434 PYBIND11_OVERRIDE_PURE(void, Database, BeginTransaction);
435 }
436
437 void EndTransaction() const override {
438 PYBIND11_OVERRIDE_PURE(void, Database, EndTransaction);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected