| 248 | } |
| 249 | |
| 250 | QString IgnoreManager::ignoreFilePath(ProjectExplorer::Project *project) const |
| 251 | { |
| 252 | if (!project) { |
| 253 | return QString(); |
| 254 | } |
| 255 | |
| 256 | return project->projectDirectory().toUrlishString() + "/.qodeassistignore"; |
| 257 | } |
| 258 | |
| 259 | } // namespace QodeAssist::Context |
nothing calls this directly
no outgoing calls
no test coverage detected