Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ is_in_mainphase
Method
is_in_mainphase
implementation/routing/src/serviceinfo.cpp:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
bool serviceinfo::is_in_mainphase() const {
113
return is_in_mainphase_;
114
}
115
116
void serviceinfo::set_is_in_mainphase(bool _in_mainphase) {
117
is_in_mainphase_ = _in_mainphase;
Callers
2
insert_offer_entries
Method · 0.80
stop_offer_service
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected