Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/altairwei/WizNotePlus
/ isOpened
Method
isOpened
src/database/cppsqlite3.cpp:902–905 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
900
}
901
902
BOOL CppSQLite3DB::isOpened()
903
{
904
return mpDB ? TRUE : FALSE;
905
}
906
907
void CppSQLite3DB::checkDB()
908
{
Callers
9
load_impl
Method · 0.45
openThumb
Method · 0.45
closeThumb
Method · 0.45
isThumbOpened
Method · 0.45
initThumbDB
Method · 0.45
abstractFromGuid
Method · 0.45
updateAbstract
Method · 0.45
abstractIsExist
Method · 0.45
onSearchProcess
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected