MCPcopy 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
1285void pn_data_narrow(pn_data_t *data)
1286{
1287 data->base_parent = data->parent;
1288 data->base_current = data->current;
1289}
1290
1291void pn_data_widen(pn_data_t *data)
1292{

Callers 5

narrowMethod · 0.85
narrowMethod · 0.85
pni_normalize_multipleFunction · 0.85
pn_data_vscanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected