Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
std::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.cpp
File · 0.45
pn_class_inspect
Function · 0.45
pn_inspect
Function · 0.45
pn_finspect
Function · 0.45
Calls
1
pn_tostring
Function · 0.50
Tested by
no test coverage detected