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

Method getFullScore

src/core/judgingthread.cpp:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87auto JudgingThread::getScore() const -> int { return score; }
88
89auto JudgingThread::getFullScore() const -> int { return fullScore; }
90
91auto JudgingThread::getJudgeTimes() const -> int { return judgedTimes; }
92

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected