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

Method add_service

implementation/protocol/src/multiple_services_command_base.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void multiple_services_command_base::add_service(const service& _service) {
89
90 services_.insert(_service);
91}
92
93} // namespace protocol
94} // namespace vsomeip

Callers

nothing calls this directly

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected