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

Method copyTo

src/common/status.h:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 void copyTo(SW* to) const
93 {
94 fb_utils::copyStatus(to, &localStatusVector);
95 }
96
97 void loadFrom(const SW* to)
98 {

Callers

nothing calls this directly

Calls 1

copyStatusFunction · 0.85

Tested by

no test coverage detected