MCPcopy Create free account
hub / github.com/Icinga/icinga2 / dbg_inspect_value

Function dbg_inspect_value

lib/cli/consolecommand.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59extern "C" void dbg_inspect_value(const Value& value)
60{
61 ConfigWriter::EmitValue(std::cout, 1, Serialize(value, 0));
62 std::cout << std::endl;
63}
64
65extern "C" void dbg_inspect_object(Object *obj)
66{

Callers 4

dbg_inspect_objectFunction · 0.85
dbg_evalFunction · 0.85
dbg_eval_with_valueFunction · 0.85
dbg_eval_with_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected