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

Method load

src/common/StatusHolder.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace Firebird {
35
36ISC_STATUS DynamicStatusVector::load(const IStatus* status)
37{
38 StaticStatusVector tmp;
39 tmp.mergeStatus(status);
40 return save(tmp.begin(), false);
41}
42
43ISC_STATUS StatusHolder::save(IStatus* status)
44{

Callers 5

valueMethod · 0.45
exchangeBitAndMethod · 0.45
exchangeBitOrMethod · 0.45
exchangeGreaterMethod · 0.45
exchangeLowerMethod · 0.45

Calls 2

mergeStatusMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected