Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
using namespace icinga;
7
8
DbReference::DbReference(long id)
9
: m_Id(id)
10
{ }
11
12
bool DbReference::IsValid() const
13
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected