MCPcopy Create free account
hub / github.com/activeloopai/deeplake / commit_all

Method commit_all

cpp/deeplake_pg/table_storage.hpp:153–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152
153 void commit_all()
154 {
155 /// Flush all inserts
156 for (auto& [_, table_data] : tables_) {
157 table_data.commit();
158 }
159 }
160
161 void rollback_all()
162 {

Callers 1

deeplake_xact_callbackFunction · 0.80

Calls 1

commitMethod · 0.45

Tested by

no test coverage detected