Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ pn_encoder_finalize
Function
pn_encoder_finalize
c/src/core/encoder.c:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void pn_encoder_finalize(pn_encoder_t *encoder)
47
{
48
pn_error_free(encoder->error);
49
}
50
51
static uint8_t pn_type2code(pn_encoder_t *encoder, pn_type_t type)
52
{
Callers
2
pn_data_encode
Function · 0.85
pn_data_encoded_size
Function · 0.85
Calls
1
pn_error_free
Function · 0.85
Tested by
no test coverage detected