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

Function pn_decoder_readf8

c/src/core/decoder.c:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48static inline uint8_t pn_decoder_readf8(pn_decoder_t *decoder)
49{
50 uint8_t r = decoder->position[0];
51 decoder->position++;
52 return r;
53}
54
55static inline uint16_t pn_decoder_readf16(pn_decoder_t *decoder)
56{

Callers 1

pni_decoder_decode_valueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected