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

Method ensureDirectoryExists

widgets/CustomInstructionsManager.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool CustomInstructionsManager::ensureDirectoryExists() const
38{
39 QDir dir(getInstructionsDirectory());
40 if (!dir.exists()) {
41 return dir.mkpath(".");
42 }
43 return true;
44}
45
46bool CustomInstructionsManager::loadInstructions()
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected