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

Method inspect

cpp/src/object.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34std::string pn_ptr_base::inspect(void* p) {
35 if (!p) return std::string();
36 char* s = ::pn_tostring(p);
37 std::string tmp(s);
38 free(s);
39 return tmp;
40}
41}}

Callers 4

object_test.cppFile · 0.45
pn_class_inspectFunction · 0.45
pn_inspectFunction · 0.45
pn_finspectFunction · 0.45

Calls 1

pn_tostringFunction · 0.50

Tested by

no test coverage detected