Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Genivia/ugrep
/ JobQueue
Method
JobQueue
src/ugrep.cpp:2066–2071 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2064
struct JobQueue {
2065
2066
JobQueue()
2067
:
2068
head(ring),
2069
tail(ring),
2070
todo(0)
2071
{ }
2072
2073
bool empty() const
2074
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected