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

Function pn_data_is_array_described

c/src/core/codec.c:1870–1878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1868}
1869
1870bool pn_data_is_array_described(pn_data_t *data)
1871{
1872 pni_node_t *node = pni_data_current(data);
1873 if (node && node->atom.type == PN_ARRAY) {
1874 return node->described;
1875 } else {
1876 return false;
1877 }
1878}
1879
1880pn_type_t pn_data_get_array_type(pn_data_t *data)
1881{

Callers 3

get_arrayMethod · 0.85
decoder.cppFile · 0.85
pn_data_appendnFunction · 0.85

Calls 1

pni_data_currentFunction · 0.85

Tested by

no test coverage detected