MCPcopy 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
604size_t local_endpoint::get_queue_size() const {
605 std::scoped_lock const lock{mutex_};
606 return send_queue_.size();
607}
608
609std::string local_endpoint::get_env() const {
610 return peer_data_.env_;

Callers 3

log_client_statesMethod · 0.45
log_server_statesMethod · 0.45
log_client_statesMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected