Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ send
Method
send
src/remote/remote.cpp:683–686 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
681
}
682
683
XDR_INT rem_port::send(PACKET* pckt)
684
{
685
return (*this->port_send_packet)(this, pckt);
686
}
687
688
XDR_INT rem_port::send_partial(PACKET* pckt)
689
{
Callers
7
batch_exec
Method · 0.95
fetch
Method · 0.95
get_slice
Method · 0.95
receive_msg
Method · 0.95
send_response
Method · 0.95
transact_request
Method · 0.95
INET_analyze
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected