Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ is_initial
Method
is_initial
implementation/routing/src/remote_subscription.cpp:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
bool remote_subscription::is_initial() const {
58
return is_initial_;
59
}
60
61
void remote_subscription::set_initial(const bool _is_initial) {
62
is_initial_ = _is_initial;
Callers
1
update_remote_subscription
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected