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

Function pn_error_code

c/src/core/error.c:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103int pn_error_code(pn_error_t *error)
104{
105 assert(error);
106 return error->code;
107}
108
109const char *pn_error_text(pn_error_t *error)
110{

Callers 15

errorMethod · 0.85
error_strFunction · 0.85
pni_iocp_begin_writeFunction · 0.85
pni_iocp_recvFunction · 0.85
pn_data_errnoFunction · 0.85
pn_error_copyFunction · 0.85
pn_message_errnoFunction · 0.85
pn_messenger_errnoFunction · 0.85
pn_messenger_startFunction · 0.85
pn_messenger_putFunction · 0.85
pn_selector_selectFunction · 0.85

Calls

no outgoing calls

Tested by 2

check_encode_decodeFunction · 0.68
matchMethod · 0.68