Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ get_queue_size
Method
get_queue_size
implementation/endpoints/src/local_endpoint.cpp:604–607 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
602
}
603
604
size_t local_endpoint::get_queue_size() const {
605
std::scoped_lock const lock{mutex_};
606
return send_queue_.size();
607
}
608
609
std::string local_endpoint::get_env() const {
610
return peer_data_.env_;
Callers
3
log_client_states
Method · 0.45
log_server_states
Method · 0.45
log_client_states
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected