MCPcopy Create free account
hub / github.com/cvmfs/cvmfs / GetModifiedRowCount

Method GetModifiedRowCount

cvmfs/sql_impl.h:351–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349
350template<class DerivedT>
351unsigned Database<DerivedT>::GetModifiedRowCount() const {
352 const int modified_rows = sqlite3_total_changes(sqlite_db());
353 assert(modified_rows >= 0);
354 return static_cast<unsigned>(modified_rows);
355}
356
357/**
358 * Ask SQlite for per-connection memory statistics

Callers 2

HasChangesMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected