Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
void StatusXcp::copyTo(FbStatusVector* vector) const
170
{
171
fb_utils::copyStatus(vector, &status);
172
}
173
174
bool StatusXcp::success() const
175
{
Callers
15
xdr_protocol
Function · 0.45
checkResponse
Method · 0.45
attach
Method · 0.45
create
Method · 0.45
authenticate
Method · 0.45
accept_connection
Function · 0.45
allocate_statement
Function · 0.45
bad_port_context
Function · 0.45
compile
Method · 0.45
end_statement
Method · 0.45
execute_immediate
Method · 0.45
execute_statement
Method · 0.45
Calls
1
copyStatus
Function · 0.85
Tested by
no test coverage detected