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

Function pn_data_errno

c/src/core/codec.c:411–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411int pn_data_errno(pn_data_t *data)
412{
413 return pn_error_code(pni_data_error(data));
414}
415
416pn_error_t *pn_data_error(pn_data_t *data)
417{

Callers

nothing calls this directly

Calls 2

pn_error_codeFunction · 0.85
pni_data_errorFunction · 0.85

Tested by

no test coverage detected