MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / getHelpColumns

Method getHelpColumns

Bcore/src/main/cpp/Dobby/tests/catch.hpp:6106–6113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6104 }
6105
6106 auto getHelpColumns() const -> std::vector<HelpColumns> {
6107 std::vector<HelpColumns> cols;
6108 for (auto const &o : m_options) {
6109 auto childCols = o.getHelpColumns();
6110 cols.insert(cols.end(), childCols.begin(), childCols.end());
6111 }
6112 return cols;
6113 }
6114
6115 void writeToStream(std::ostream &os) const {
6116 if (!m_exeName.name().empty()) {

Callers

nothing calls this directly

Calls 4

getHelpColumnsMethod · 0.45
insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected