MCPcopy Create free account
hub / github.com/ByConity/ByConity / commitModifiedCount

Function commitModifiedCount

src/Transaction/CnchServerTransaction.cpp:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96static void commitModifiedCount(Statistics::AutoStats::ModifiedCounter& counter)
97{
98 if (counter.empty()) return;
99
100 auto& instance = Statistics::AutoStats::AutoStatisticsMemoryRecord::instance();
101 instance.append(counter);
102}
103
104
105TxnTimestamp CnchServerTransaction::commitV1()

Callers 2

commitV1Method · 0.85
commitMethod · 0.85

Calls 2

emptyMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected