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

Method ignoreFilePath

context/IgnoreManager.cpp:250–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250QString 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected