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

Method answer

test/unit_tests/endpoint_tests/test_timer.cpp:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 answer_(false);
124 }
125 void answer(bool success) { answer_(success); }
126 std::atomic<int> c_{0};
127 std::shared_ptr<timer> const timer_;
128 return_channel const answer_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected