Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ is_field
Method
is_field
implementation/routing/src/event.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
bool event::is_field() const {
104
105
return (type_ == event_type_e::ET_FIELD);
106
}
107
108
bool event::is_provided() const {
109
Callers
7
send_back_cached_event
Method · 0.80
send_back_cached_eventgroup
Method · 0.80
on_notification
Method · 0.80
notify_one_current_value
Method · 0.80
cache_event_payload
Method · 0.80
notify_remote_initially
Method · 0.80
notify_one_current_value
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected