MCPcopy Create free account
hub / github.com/MaskRay/ccls / pushBack

Method pushBack

src/threaded_queue.hh:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 void pushBack(T &&t, bool priority = false) { push<&std::deque<T>::push_back>(std::move(t), priority); }
96
97 // Return all elements in the queue.
98 std::vector<T> dequeueAll() {

Callers 14

indexer_ParseFunction · 0.80
launchStdinFunction · 0.80
indexFunction · 0.80
notifyOrRequestFunction · 0.80
replyFunction · 0.80
preambleMainFunction · 0.80
completionMainFunction · 0.80
diagnosticMainFunction · 0.80
scheduleDiagMethod · 0.80
onViewMethod · 0.80
onSaveMethod · 0.80
quitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected