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

Method create

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

Source from the content-addressed store, hash-verified

37namespace internal {
38
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

Callers

nothing calls this directly

Calls 3

take_ownershipFunction · 0.85
pn_dataFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected