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

Function pn_data_get_map

c/src/core/codec.c:1846–1854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1844}
1845
1846size_t pn_data_get_map(pn_data_t *data)
1847{
1848 pni_node_t *node = pni_data_current(data);
1849 if (node && node->atom.type == PN_MAP) {
1850 return node->children;
1851 } else {
1852 return 0;
1853 }
1854}
1855
1856size_t pn_data_get_array(pn_data_t *data)
1857{

Callers 2

get_mapMethod · 0.85
decoder.cppFile · 0.85

Calls 1

pni_data_currentFunction · 0.85

Tested by

no test coverage detected