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

Method layer

sources/Session/SystemPromptBuilder.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45QString SystemPromptBuilder::layer(const QString &name) const
46{
47 for (const auto &pair : m_layers) {
48 if (pair.first == name) return pair.second;
49 }
50 return {};
51}
52
53QStringList SystemPromptBuilder::layerNames() const
54{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected