MCPcopy Create free account
hub / github.com/COVESA/vsomeip / is_active

Method is_active

implementation/logger/src/message.cpp:285–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285bool message::buffer::is_active() const {
286 return active_;
287}
288
289std::streambuf::int_type message::buffer::overflow(std::streambuf::int_type c) {
290 if (active_ && c != EOF) {

Callers 1

~messageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected