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

Method getScore

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

Source from the content-addressed store, hash-verified

85auto JudgingThread::getMemoryUsed() const -> qint64 { return memoryUsed; }
86
87auto JudgingThread::getScore() const -> int { return score; }
88
89auto JudgingThread::getFullScore() const -> int { return fullScore; }
90

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected