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

Method GetColumnNames

lib/livestatus/table.cpp:99–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99std::vector<String> Table::GetColumnNames() const
100{
101 std::vector<String> names;
102
103 for (const auto& kv : m_Columns) {
104 names.push_back(kv.first);
105 }
106
107 return names;
108}
109
110std::vector<LivestatusRowValue> Table::FilterRows(const Filter::Ptr& filter, int limit)
111{

Callers 1

ExecuteGetHelperMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected