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

Method getInstructionsDirectory

widgets/CustomInstructionsManager.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30QString CustomInstructionsManager::getInstructionsDirectory() const
31{
32 QString path = QString("%1/qodeassist/quick_refactor/instructions")
33 .arg(Core::ICore::userResourcePath().toFSPathString());
34 return path;
35}
36
37bool CustomInstructionsManager::ensureDirectoryExists() const
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected