Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1280
static pni_node_t *pni_data_current(pn_data_t *data)
1281
{
1282
return pn_data_node(data, data->current);
1283
}
1284
1285
void pn_data_narrow(pn_data_t *data)
1286
{
Callers
15
pn_data_restore
Function · 0.85
pni_data_peek
Function · 0.85
pn_data_next
Function · 0.85
pn_data_prev
Function · 0.85
pn_data_type
Function · 0.85
pni_data_add
Function · 0.85
pni_data_set_array_type
Function · 0.85
pn_data_get_list
Function · 0.85
pn_data_get_map
Function · 0.85
pn_data_get_array
Function · 0.85
pn_data_is_array_described
Function · 0.85
pn_data_get_array_type
Function · 0.85
Calls
1
pn_data_node
Function · 0.85
Tested by
no test coverage detected