MCPcopy 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
46void pn_encoder_finalize(pn_encoder_t *encoder)
47{
48 pn_error_free(encoder->error);
49}
50
51static uint8_t pn_type2code(pn_encoder_t *encoder, pn_type_t type)
52{

Callers 2

pn_data_encodeFunction · 0.85
pn_data_encoded_sizeFunction · 0.85

Calls 1

pn_error_freeFunction · 0.85

Tested by

no test coverage detected