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

Function pni_data_current

c/src/core/codec.c:1280–1283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1278}
1279
1280static pni_node_t *pni_data_current(pn_data_t *data)
1281{
1282 return pn_data_node(data, data->current);
1283}
1284
1285void pn_data_narrow(pn_data_t *data)
1286{

Callers 15

pn_data_restoreFunction · 0.85
pni_data_peekFunction · 0.85
pn_data_nextFunction · 0.85
pn_data_prevFunction · 0.85
pn_data_typeFunction · 0.85
pni_data_addFunction · 0.85
pni_data_set_array_typeFunction · 0.85
pn_data_get_listFunction · 0.85
pn_data_get_mapFunction · 0.85
pn_data_get_arrayFunction · 0.85
pn_data_get_array_typeFunction · 0.85

Calls 1

pn_data_nodeFunction · 0.85

Tested by

no test coverage detected