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

Method restore

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

Source from the content-addressed store, hash-verified

49const void* data::point() const { return pn_data_point(pn_object()); }
50
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

Callers 1

~state_guardMethod · 0.80

Calls 1

pn_data_restoreFunction · 0.85

Tested by

no test coverage detected