Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ isReady
Method
isReady
src/common/utils.cpp:609–612 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
607
}
608
609
bool isReady() const
610
{
611
return (m_hNamespace != NULL) || (m_hTestEvent != NULL);
612
}
613
614
private:
615
const char* sPrivateNameSpace =
"FirebirdCommon"
;
Callers
1
privateNameSpaceReady
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected