MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / compare

Method compare

src/common/StatusArg.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133bool StatusVector::ImplStatusVector::compare(const StatusVector& v) const throw()
134{
135 return length() == v.length() && fb_utils::cmpStatus(length(), value(), v.value());
136}
137
138void StatusVector::ImplStatusVector::assign(const StatusVector& v) throw()
139{

Callers

nothing calls this directly

Calls 5

cmpStatusFunction · 0.85
lengthFunction · 0.50
valueClass · 0.50
lengthMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected