MCPcopy 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
65extern "C" void dbg_inspect_object(Object *obj)
66{
67 Object::Ptr objr = obj;
68 dbg_inspect_value(objr);
69}
70
71extern "C" void dbg_eval(const char *text)
72{

Callers

nothing calls this directly

Calls 1

dbg_inspect_valueFunction · 0.85

Tested by

no test coverage detected