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

Method CommandDbObject

lib/db_ido/commanddbobject.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14REGISTER_DBTYPE(Command, "command", DbObjectTypeCommand, "object_id", CommandDbObject);
15
16CommandDbObject::CommandDbObject(const DbType::Ptr& type, const String& name1, const String& name2)
17 : DbObject(type, name1, name2)
18{ }
19
20Dictionary::Ptr CommandDbObject::GetConfigFields() const
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected