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

Method appendWarnings

src/common/StatusArg.cpp:252–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252bool StatusVector::ImplStatusVector::appendWarnings(const ImplBase* const v) throw()
253{
254 if (! v->firstWarning())
255 return true;
256 return append(v->value() + v->firstWarning(), v->length() - v->firstWarning());
257}
258
259bool StatusVector::ImplStatusVector::append(const ISC_STATUS* const from, const unsigned int count) throw()
260{

Callers 3

appendMethod · 0.80
prependMethod · 0.80
appendToMethod · 0.80

Calls 3

firstWarningMethod · 0.45
valueMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected