Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
414
bool Project::contains(const QString &fileName)
415
{
416
QFileInfo fi(fileName);
417
return entries.contains(fi.absoluteFilePath());
418
}
419
420
void Project::setModified(bool m)
421
{
Callers
15
keyPressEvent
Method · 0.80
setLineNumbers
Method · 0.80
setDebugInfoPos
Method · 0.80
paintLineNumbers
Method · 0.80
getParams
Method · 0.80
tabChange
Method · 0.80
compileOrRun
Method · 0.80
getModelParameters
Method · 0.80
saveProject
Method · 0.80
on_actionSubmit_to_MOOC_triggered
Method · 0.80
on_projectBrowser_removeRequested
Method · 0.80
updateProfileSearchButton
Method · 0.80
Calls
no outgoing calls
Tested by
1
testProject105Bad
Method · 0.64