Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ isValid
Method
isValid
src/jrd/extds/ExtDS.h:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
bool operator==(const CryptHash& h) const;
110
111
bool isValid() const
112
{
113
return m_hash.isValid();
114
}
115
116
// ICryptKeyCallback implementation
117
unsigned int callback(unsigned int dataLength, const void* data,
Callers
nothing calls this directly
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected