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

Method appendErrors

src/common/StatusArg.cpp:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247bool StatusVector::ImplStatusVector::appendErrors(const ImplBase* const v) throw()
248{
249 return append(v->value(), v->firstWarning() ? v->firstWarning() : v->length());
250}
251
252bool StatusVector::ImplStatusVector::appendWarnings(const ImplBase* const v) throw()
253{

Callers 3

appendMethod · 0.80
prependMethod · 0.80
appendToMethod · 0.80

Calls 3

valueMethod · 0.45
firstWarningMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected