Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
namespace internal {
38
39
data data::create() { return internal::take_ownership(pn_data(0)).get(); }
40
41
void data::copy(const data& x) { ::pn_data_copy(pn_object(), x.pn_object()); }
42
Callers
nothing calls this directly
Calls
3
take_ownership
Function · 0.85
pn_data
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected