Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ workPosition
Method
workPosition
contribs/qecode/Worker.cc:76–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
vector<int> QWorker::workPosition() {
77
// access.acquire();
78
// vector<int> ret = currentWork.root();
79
// access.release();
80
return currentWork.root();
81
}
82
83
void QWorker::run() {
84
Callers
1
trashWorks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected