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

Method GetConfigFields

lib/db_ido/commanddbobject.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18{ }
19
20Dictionary::Ptr CommandDbObject::GetConfigFields() const
21{
22 Command::Ptr command = static_pointer_cast<Command>(GetObject());
23
24 return new Dictionary({
25 { "command_line", CompatUtility::GetCommandLine(command) }
26 });
27}
28
29Dictionary::Ptr CommandDbObject::GetStatusFields() const
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected