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

Method getResult

src/jrd/vio.cpp:329–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327
328 bool getWorkItem(WorkItem** pItem);
329 bool getResult(IStatus* status)
330 {
331 if (status)
332 {
333 status->init();
334 status->setErrors(m_status.getErrors());
335 }
336
337 return m_status.isSuccess();
338 }
339
340 int getMaxWorkers()
341 {

Callers 1

VIO_sweepFunction · 0.45

Calls 4

initMethod · 0.45
setErrorsMethod · 0.45
getErrorsMethod · 0.45
isSuccessMethod · 0.45

Tested by

no test coverage detected