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

Method copyTo

src/common/StatusArg.cpp:337–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337ISC_STATUS StatusVector::ImplStatusVector::copyTo(ISC_STATUS* dest) const throw()
338{
339 if (hasData())
340 {
341 fb_utils::copyStatus(dest, ISC_STATUS_LENGTH, value(), length() + 1u);
342 }
343 else
344 {
345 dest[0] = isc_arg_gds;
346 dest[1] = FB_SUCCESS;
347 dest[2] = isc_arg_end;
348 }
349 return dest[1];
350}
351
352void StatusVector::ImplStatusVector::copyTo(IStatus* dest) const throw()
353{

Callers 8

toStringMethod · 0.45
remapFileMethod · 0.45
errorFunction · 0.45
ISC_expand_filenameFunction · 0.45
fetchPasswordFunction · 0.45
appendToMethod · 0.45
raiseIndexErrorMethod · 0.45
errorFunction · 0.45

Calls 7

copyStatusFunction · 0.85
valueClass · 0.50
lengthFunction · 0.50
initMethod · 0.45
beginMethod · 0.45
setWarnings2Method · 0.45
setErrors2Method · 0.45

Tested by

no test coverage detected