MCPcopy Create free account
hub / github.com/Genivia/ugrep / enqueue

Method enqueue

src/ugrep.cpp:2079–2082  ·  view source on GitHub ↗

add a sentinel NONE job to the queue

Source from the content-addressed store, hash-verified

2077
2078 // add a sentinel NONE job to the queue
2079 void enqueue()
2080 {
2081 enqueue("", Entry::UNDEFINED_COST, Job::NONE);
2082 }
2083
2084 // add a job to the queue
2085 void enqueue(const char *pathname, uint16_t cost, size_t slot)

Callers 1

submit_jobMethod · 0.80

Calls 1

assignMethod · 0.80

Tested by

no test coverage detected