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

Method CommandsTable

lib/livestatus/commandstable.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15using namespace icinga;
16
17CommandsTable::CommandsTable()
18{
19 AddColumns(this);
20}
21
22void CommandsTable::AddColumns(Table *table, const String& prefix,
23 const Column::ObjectAccessor& objectAccessor)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected