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

Method EndpointDbObject

lib/db_ido/endpointdbobject.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27EndpointDbObject::EndpointDbObject(const DbType::Ptr& type, const String& name1, const String& name2)
28 : DbObject(type, name1, name2)
29{ }
30
31Dictionary::Ptr EndpointDbObject::GetConfigFields() const
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected