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

Function pn_value_dump

c/src/core/value_dump.c:619–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617}
618
619size_t pn_value_dump(pn_bytes_t frame, char *bytes, uint32_t size)
620{
621 pn_fixed_string_t output = pn_fixed_string(bytes, size);
622 size_t fsize = pni_value_dump(frame, &output);
623 pn_fixed_string_terminate(&output);
624 return fsize;
625}

Callers

nothing calls this directly

Calls 3

pn_fixed_stringFunction · 0.85
pni_value_dumpFunction · 0.85

Tested by

no test coverage detected