MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / getInputFiles

Method getInputFiles

src/core/contestant.cpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27auto Contestant::getCompileMessage(int index) const -> const QString & { return compileMesaage[index]; }
28
29auto Contestant::getInputFiles(int index) const -> const QList<QStringList> & { return inputFiles[index]; }
30
31auto Contestant::getResult(int index) const -> const QList<QList<ResultState>> & { return result[index]; }
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected