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

Method files

MiniZincIDE/project.cpp:398–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398QStringList Project::files(void) const {
399 return entries.keys();
400}
401
402QStringList Project::modelFiles(void) const {
403 return getFiles(NodeType::Model);

Callers 2

isEmptyProjectMethod · 0.80
submitToMOOCMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected