Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ dbg_inspect_object
Function
dbg_inspect_object
lib/cli/consolecommand.cpp:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
extern
"C"
void dbg_inspect_object(Object *obj)
66
{
67
Object::Ptr objr = obj;
68
dbg_inspect_value(objr);
69
}
70
71
extern
"C"
void dbg_eval(const char *text)
72
{
Callers
nothing calls this directly
Calls
1
dbg_inspect_value
Function · 0.85
Tested by
no test coverage detected