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

Method clone

src/common/StatusHolder.h:209–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209 IStatus* clone() const
210 {
211 IStatus* ret = MasterInterfacePtr()->getStatus();
212
213 ret->setWarnings(getWarnings());
214 ret->setErrors(getErrors());
215
216 return ret;
217 }
218
219public:
220 explicit BaseStatus(MemoryPool& p)

Callers 3

appendToMethod · 0.45
regErrorMethod · 0.45
regErrorAtMethod · 0.45

Calls 4

MasterInterfacePtrClass · 0.85
getStatusMethod · 0.45
setWarningsMethod · 0.45
setErrorsMethod · 0.45

Tested by

no test coverage detected