Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ pn_decoder_remaining
Function
pn_decoder_remaining
c/src/core/decoder.c:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
static inline size_t pn_decoder_remaining(pn_decoder_t *decoder)
93
{
94
return decoder->input + decoder->size - decoder->position;
95
}
96
97
typedef union {
98
uint32_t i;
Callers
3
pni_decoder_decode_value
Function · 0.85
pni_decoder_decode_type
Function · 0.85
pni_decoder_single_described
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected