MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / EventForwardingEnabled

Method EventForwardingEnabled

tests/gtest/gtest-all.cc:6032–6034  ·  view source on GitHub ↗

Controls whether events will be forwarded by the repeater to the listeners in the list.

Source from the content-addressed store, hash-verified

6030// Controls whether events will be forwarded by the repeater to the
6031// listeners in the list.
6032bool TestEventListeners::EventForwardingEnabled() const {
6033 return repeater_->forwarding_enabled();
6034}
6035
6036void TestEventListeners::SuppressEventForwarding() {
6037 repeater_->set_forwarding_enabled(false);

Callers

nothing calls this directly

Calls 1

forwarding_enabledMethod · 0.80

Tested by

no test coverage detected