Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.80
parser.cpp
File · 0.80
FlushPendingIce
Method · 0.80
InitializeTracks
Method · 0.80
AddTracks
Method · 0.80
CreatePeerConnection
Method · 0.80
QueryFile
Method · 0.80
SendFileResponse
Method · 0.80
TransferFile
Method · 0.80
SendLoop
Method · 0.80
InitStreams
Method · 0.80
pop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected