Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ make_send
Function
make_send
src/gpre/cmp.cpp:1809–1813 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1807
//
1808
1809
static void make_send( gpre_port* port, gpre_req* request)
1810
{
1811
request->add_byte(blr_send);
1812
request->add_byte(port->por_msg_number);
1813
}
1814
1815
1816
//____________________________________________________________
Callers
5
cmp_any
Function · 0.85
cmp_for
Function · 0.85
cmp_loop
Function · 0.85
cmp_procedure
Function · 0.85
cmp_store
Function · 0.85
Calls
1
add_byte
Method · 0.45
Tested by
no test coverage detected