MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / configNames

Method configNames

sources/agents/AgentFactory.cpp:99–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99QStringList AgentFactory::configNames() const
100{
101 QStringList out;
102 out.reserve(static_cast<qsizetype>(m_configs.size()));
103 for (const auto &c : m_configs) {
104 if (c.hidden) continue;
105 out.append(c.name);
106 }
107 return out;
108}
109
110namespace {
111

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.80
appendMethod · 0.80

Tested by

no test coverage detected