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

Method getResult

src/jrd/idx.cpp:798–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796}
797
798bool IndexCreateTask::getResult(IStatus* status)
799{
800 if (status)
801 {
802 status->init();
803 status->setErrors(m_status.getErrors());
804 }
805
806 return m_status.isSuccess();
807}
808
809int IndexCreateTask::getMaxWorkers()
810{

Callers 8

resultMethod · 0.45
evaluateMethod · 0.45
resultMethod · 0.45
evaluateMethod · 0.45
resultMethod · 0.45
evaluateMethod · 0.45
IDX_create_indexFunction · 0.45

Calls 4

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

Tested by

no test coverage detected