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

Method dataFiles

MiniZincIDE/project.cpp:410–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410QStringList Project::dataFiles(void) const {
411 return getFiles(NodeType::Data);
412}
413
414bool Project::contains(const QString &fileName)
415{

Callers 5

getModelParametersMethod · 0.80
testProject106GoodMethod · 0.80
testProject106BadMethod · 0.80
testProject105GoodMethod · 0.80
testProject105BadMethod · 0.80

Calls

no outgoing calls

Tested by 4

testProject106GoodMethod · 0.64
testProject106BadMethod · 0.64
testProject105GoodMethod · 0.64
testProject105BadMethod · 0.64