Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ pn_data_narrow
Function
pn_data_narrow
c/src/core/codec.c:1285–1289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1283
}
1284
1285
void pn_data_narrow(pn_data_t *data)
1286
{
1287
data->base_parent = data->parent;
1288
data->base_current = data->current;
1289
}
1290
1291
void pn_data_widen(pn_data_t *data)
1292
{
Callers
5
narrow
Method · 0.85
narrow
Method · 0.85
pni_normalize_multiple
Function · 0.85
pn_data_vscan
Function · 0.85
pni_switch_to_raw_multiple
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected