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

Function pn_data_decode

python/cproton.py:396–397  ·  view source on GitHub ↗
(data, buff)

Source from the content-addressed store, hash-verified

394
395# ssize_t pn_data_decode(pn_data_t *data, const char *bytes, size_t size);
396def pn_data_decode(data, buff):
397 return lib.pn_data_decode(data, ffi.from_buffer(buff), len(buff))
398
399
400# ssize_t pn_data_encode(pn_data_t *data, char *bytes, size_t size);

Callers 1

decodeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected