MCPcopy 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_TQueryFunction · 0.45
SQL_ReadDriverFunction · 0.45
Database_Driver_getFunction · 0.45
GetDriverMethod · 0.45
SQL_ExecuteTransactionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected