Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
297
bool CnchExplicitTransaction::addStatement(const String & statement)
298
{
299
auto lock = getLock();
300
statements.push_back(statement);
301
return true;
302
}
303
304
}
Callers
2
prepareCnchTransaction
Function · 0.80
executeQueryByProxy
Function · 0.80
Calls
2
getLock
Function · 0.85
push_back
Method · 0.45
Tested by
no test coverage detected