Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-LemonLime/Project_LemonLime
/ setDiffPath
Method
setDiffPath
src/core/judgingthread.cpp:67–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
void JudgingThread::setOutputFile(const QString &fileName) { outputFile = fileName; }
66
67
void JudgingThread::setDiffPath(const QString &path) { diffPath = path; }
68
69
void JudgingThread::setTask(Task *_task) { task = _task; }
70
Callers
1
judge
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected