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

Function pn_data_error

c/src/core/codec.c:416–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416pn_error_t *pn_data_error(pn_data_t *data)
417{
418 return pni_data_error(data);
419}
420
421size_t pn_data_size(pn_data_t *data)
422{

Callers 8

_checkMethod · 0.85
checkMethod · 0.85
pn_decoder_decodeFunction · 0.85
pni_encoder_enterFunction · 0.85
pn_encoder_encodeFunction · 0.85
pn_message_dataFunction · 0.85
data_test.cppFile · 0.85
check_encode_decodeFunction · 0.85

Calls 1

pni_data_errorFunction · 0.85

Tested by 1

check_encode_decodeFunction · 0.68