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

Method copy

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

Source from the content-addressed store, hash-verified

39data data::create() { return internal::take_ownership(pn_data(0)).get(); }
40
41void data::copy(const data& x) { ::pn_data_copy(pn_object(), x.pn_object()); }
42
43void data::clear() { ::pn_data_clear(pn_object()); }
44

Callers 2

value.cppFile · 0.45
mainFunction · 0.45

Calls 2

pn_data_copyFunction · 0.85
pn_objectMethod · 0.45

Tested by

no test coverage detected