MCPcopy 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
1809static 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_anyFunction · 0.85
cmp_forFunction · 0.85
cmp_loopFunction · 0.85
cmp_procedureFunction · 0.85
cmp_storeFunction · 0.85

Calls 1

add_byteMethod · 0.45

Tested by

no test coverage detected