Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ clear
Method
clear
src/msg/async/dpdk/queue.h:61–65 ·
view source on GitHub ↗
Destroy any items in the queue
Source
from the content-addressed store, hash-verified
59
60
// Destroy any items in the queue
61
void clear() {
62
while (!_q.empty()) {
63
_q.pop();
64
}
65
}
66
};
67
68
template <typename T>
Callers
15
clear_payload
Method · 0.45
clear_data
Method · 0.45
parse
Method · 0.45
decode
Method · 0.45
shutdown_connections
Method · 0.45
reap_dead
Method · 0.45
compress
Method · 0.45
decompress
Method · 0.45
fault
Method · 0.45
shutdown_socket
Method · 0.45
discard
Method · 0.45
flush
Method · 0.45
Calls
2
empty
Method · 0.45
pop
Method · 0.45
Tested by
no test coverage detected