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

Function error

src/common/sdl.cpp:472–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470
471
472static ISC_STATUS error(CheckStatusWrapper* status_vector, const Arg::StatusVector& v)
473{
474/**************************************
475 *
476 * e r r o r
477 *
478 **************************************
479 *
480 * Functional description
481 * Post an error sequence to the status vector.
482 *
483 **************************************/
484 v.copyTo(status_vector);
485
486 return status_vector->getErrors()[1];
487}
488
489
490static bool execute(sdl_arg* arg)

Callers 7

parseMethod · 0.70
SDL_compute_subscriptFunction · 0.70
SDL_infoFunction · 0.70
SDL_walkFunction · 0.70
compileFunction · 0.70
executeFunction · 0.70
stuffFunction · 0.70

Calls 2

copyToMethod · 0.45
getErrorsMethod · 0.45

Tested by

no test coverage detected