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

Method contains

MiniZincIDE/project.cpp:414–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414bool Project::contains(const QString &fileName)
415{
416 QFileInfo fi(fileName);
417 return entries.contains(fi.absoluteFilePath());
418}
419
420void Project::setModified(bool m)
421{

Callers 15

keyPressEventMethod · 0.80
setLineNumbersMethod · 0.80
setDebugInfoPosMethod · 0.80
paintLineNumbersMethod · 0.80
getParamsMethod · 0.80
tabChangeMethod · 0.80
compileOrRunMethod · 0.80
getModelParametersMethod · 0.80
saveProjectMethod · 0.80

Calls

no outgoing calls

Tested by 1

testProject105BadMethod · 0.64