Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getLength
Method
getLength
src/jrd/extds/ExtDS.h:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
int getLength() const
89
{
90
return isValid() ? m_value.getCount() : -1;
91
}
92
93
bool operator==(const CryptHash& h) const;
94
Callers
3
getHashLength
Method · 0.45
getHashData
Method · 0.45
getConnection
Method · 0.45
Calls
1
getCount
Method · 0.45
Tested by
no test coverage detected