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

Method getRuleContent

ChatView/ChatRootView.cpp:1133–1140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1131}
1132
1133QString ChatRootView::getRuleContent(int index)
1134{
1135 if (index < 0 || index >= m_activeRules.size())
1136 return QString();
1137
1138 return PluginLLMCore::RulesLoader::loadRuleFileContent(
1139 m_activeRules[index].toMap()["filePath"].toString());
1140}
1141
1142void ChatRootView::refreshRules()
1143{

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected