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

Method narrow

cpp/src/data.cpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51void data::restore(const void* h) { pn_data_restore(pn_object(), pn_handle_t(h)); }
52
53void data::narrow() { pn_data_narrow(pn_object()); }
54
55void data::widen() { pn_data_widen(pn_object()); }
56

Callers

nothing calls this directly

Calls 1

pn_data_narrowFunction · 0.85

Tested by

no test coverage detected