MCPcopy Create free account
hub / github.com/apache/qpid-proton / pn_data_put_amqp_binary

Function pn_data_put_amqp_binary

cpp/src/encoder.cpp:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114int pn_data_put_amqp_string(pn_data_t *d, const std::string& x) { return pn_data_put_string(d, pn_bytes(x)); }
115int pn_data_put_amqp_binary(pn_data_t *d, const binary& x) { return pn_data_put_binary(d, pn_bytes(x)); }
116int pn_data_put_amqp_symbol(pn_data_t *d, const symbol& x) { return pn_data_put_symbol(d, pn_bytes(x)); }
117} // namespace
118

Callers

nothing calls this directly

Calls 2

pn_bytesFunction · 0.70
pn_data_put_binaryFunction · 0.50

Tested by

no test coverage detected