Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetDb
Method
GetDb
extensions/sqlite/driver/SqDatabase.cpp:232–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
}
231
232
sqlite3 *SqDatabase::GetDb()
233
{
234
return m_sq3;
235
}
236
237
bool SqDatabase::SetCharacterSet(const char *characterset)
238
{
Callers
1
Execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected