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

Method EndTransaction

src/pycolmap/scene/database.cc:437–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435 }
436
437 void EndTransaction() const override {
438 PYBIND11_OVERRIDE_PURE(void, Database, EndTransaction);
439 }
440};
441
442} // namespace

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected