Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetDriver
Method
GetDriver
core/logic/smn_database.cpp:226–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
return me->GetIdentity();
225
}
226
IDBDriver *GetDriver()
227
{
228
return m_pDatabase->GetDriver();
229
}
230
void RunThreadPart()
231
{
232
m_pDatabase->LockForFullAtomicOperation();
Callers
5
SQL_TQuery
Function · 0.45
SQL_ReadDriver
Function · 0.45
Database_Driver_get
Function · 0.45
GetDriver
Method · 0.45
SQL_ExecuteTransaction
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected