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

Function pni_decoder_error

c/src/core/decoder.c:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27#include <string.h>
28
29static inline pn_error_t *pni_decoder_error(pn_decoder_t *decoder)
30{
31 if (!decoder->error) decoder->error = pn_error();
32 return decoder->error;
33}
34
35void pn_decoder_initialize(pn_decoder_t *decoder)
36{

Callers 1

pni_decoder_decode_valueFunction · 0.85

Calls 1

pn_errorFunction · 0.85

Tested by

no test coverage detected