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

Function error

src/yvalve/array.cpp:440–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438
439
440static ISC_STATUS error(ISC_STATUS* status, const Arg::StatusVector& v)
441{
442/**************************************
443 *
444 * e r r o r
445 *
446 **************************************
447 *
448 * Functional description
449 * Stuff a status vector.
450 *
451 **************************************/
452 return v.copyTo(status);
453}
454
455
456static ISC_STATUS gen_sdl(ISC_STATUS* status,

Callers 3

gen_sdlFunction · 0.70
stuff_argsFunction · 0.70

Calls 1

copyToMethod · 0.45

Tested by

no test coverage detected