MCPcopy 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
902BOOL CppSQLite3DB::isOpened()
903{
904 return mpDB ? TRUE : FALSE;
905}
906
907void CppSQLite3DB::checkDB()
908{

Callers 9

load_implMethod · 0.45
openThumbMethod · 0.45
closeThumbMethod · 0.45
isThumbOpenedMethod · 0.45
initThumbDBMethod · 0.45
abstractFromGuidMethod · 0.45
updateAbstractMethod · 0.45
abstractIsExistMethod · 0.45
onSearchProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected