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

Function pn_data_get_string

python/cproton.py:491–492  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

489
490
491def pn_data_get_string(data):
492 return bytes2string(lib.pn_data_get_string(data))
493
494
495def pn_data_get_symbol(data):

Callers 1

get_stringMethod · 0.90

Calls 1

bytes2stringFunction · 0.85

Tested by

no test coverage detected