MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / hasFile

Method hasFile

MiniZincIDE/ide.cpp:504–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504bool IDE::hasFile(const QString& path)
505{
506 return documents.find(path) != documents.end();
507}
508
509QTextDocument* IDE::addDocument(const QString& path, QTextDocument *doc, CodeEditor *ce)
510{

Callers 1

saveFileMethod · 0.80

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected