MCPcopy 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

getHashLengthMethod · 0.45
getHashDataMethod · 0.45
getConnectionMethod · 0.45

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected