| 28 | } |
| 29 | |
| 30 | QString CustomInstructionsManager::getInstructionsDirectory() const |
| 31 | { |
| 32 | QString path = QString("%1/qodeassist/quick_refactor/instructions") |
| 33 | .arg(Core::ICore::userResourcePath().toFSPathString()); |
| 34 | return path; |
| 35 | } |
| 36 | |
| 37 | bool CustomInstructionsManager::ensureDirectoryExists() const |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected