Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
285
bool message::buffer::is_active() const {
286
return active_;
287
}
288
289
std::streambuf::int_type message::buffer::overflow(std::streambuf::int_type c) {
290
if (active_ && c != EOF) {
Callers
1
~message
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected