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

Method CommentsTable

lib/livestatus/commentstable.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11using namespace icinga;
12
13CommentsTable::CommentsTable()
14{
15 AddColumns(this);
16}
17
18void CommentsTable::AddColumns(Table *table, const String& prefix,
19 const Column::ObjectAccessor& objectAccessor)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected