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

Method merge

src/yvalve/why.cpp:1028–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1026
1027 private:
1028 void merge()
1029 {
1030 fb_utils::mergeStatus(localVector, FB_NELEM(localStatus), this);
1031 makePermanentVector(localVector);
1032 }
1033
1034 ISC_STATUS_ARRAY localStatus;
1035 ISC_STATUS* localVector;

Callers

nothing calls this directly

Calls 2

mergeStatusFunction · 0.85
makePermanentVectorFunction · 0.85

Tested by

no test coverage detected