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

Method DbReference

lib/db_ido/dbreference.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace icinga;
7
8DbReference::DbReference(long id)
9 : m_Id(id)
10{ }
11
12bool DbReference::IsValid() const
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected