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

Method copyTo

src/jrd/exe.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void StatusXcp::copyTo(FbStatusVector* vector) const
170{
171 fb_utils::copyStatus(vector, &status);
172}
173
174bool StatusXcp::success() const
175{

Callers 15

xdr_protocolFunction · 0.45
checkResponseMethod · 0.45
attachMethod · 0.45
createMethod · 0.45
authenticateMethod · 0.45
accept_connectionFunction · 0.45
allocate_statementFunction · 0.45
bad_port_contextFunction · 0.45
compileMethod · 0.45
end_statementMethod · 0.45
execute_immediateMethod · 0.45
execute_statementMethod · 0.45

Calls 1

copyStatusFunction · 0.85

Tested by

no test coverage detected