Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_Parse
Function · 0.80
launchStdin
Function · 0.80
index
Function · 0.80
notifyOrRequest
Function · 0.80
reply
Function · 0.80
preambleMain
Function · 0.80
completionMain
Function · 0.80
diagnosticMain
Function · 0.80
scheduleDiag
Method · 0.80
onView
Method · 0.80
onSave
Method · 0.80
quit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected