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

Method addStatement

src/Transaction/CnchExplicitTransaction.cpp:297–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297bool CnchExplicitTransaction::addStatement(const String & statement)
298{
299 auto lock = getLock();
300 statements.push_back(statement);
301 return true;
302}
303
304}

Callers 2

prepareCnchTransactionFunction · 0.80
executeQueryByProxyFunction · 0.80

Calls 2

getLockFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected