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

Function make_receive

src/gpre/cmp.cpp:1797–1801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1795//
1796
1797static void make_receive( gpre_port* port, gpre_req* request)
1798{
1799 request->add_byte(blr_receive);
1800 request->add_byte(port->por_msg_number);
1801}
1802
1803
1804//____________________________________________________________

Callers 4

cmp_blrFunction · 0.85
cmp_eraseFunction · 0.85
cmp_forFunction · 0.85
cmp_modifyFunction · 0.85

Calls 1

add_byteMethod · 0.45

Tested by

no test coverage detected