| 51 | void data::restore(const void* h) { pn_data_restore(pn_object(), pn_handle_t(h)); } |
| 52 | |
| 53 | void data::narrow() { pn_data_narrow(pn_object()); } |
| 54 | |
| 55 | void data::widen() { pn_data_widen(pn_object()); } |
| 56 |
nothing calls this directly
no test coverage detected