MCPcopy Create free account
hub / github.com/TzuHuanTai/RaspberryPi-WebRTC / empty

Method empty

src/common/thread_safe_queue.h:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 bool empty() {
73 std::lock_guard<std::mutex> lock(mutex_);
74 return queue_.empty();
75 }
76
77 size_t size() {
78 std::lock_guard<std::mutex> lock(mutex_);

Callers 15

mainFunction · 0.80
parser.cppFile · 0.80
FlushPendingIceMethod · 0.80
InitializeTracksMethod · 0.80
AddTracksMethod · 0.80
CreatePeerConnectionMethod · 0.80
QueryFileMethod · 0.80
SendFileResponseMethod · 0.80
TransferFileMethod · 0.80
SendLoopMethod · 0.80
InitStreamsMethod · 0.80
popMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected