Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SapphireServer/Sapphire
/ commitTransaction
Method
commitTransaction
src/common/Database/DbConnection.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
void Sapphire::Db::DbConnection::commitTransaction()
104
{
105
m_pConnection->commitTransaction();
106
}
107
108
bool Sapphire::Db::DbConnection::execute( const std::string& sql )
109
{
Callers
1
performAction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected