MCPcopy Create free account
hub / github.com/apache/singa / EventForwardingEnabled

Method EventForwardingEnabled

test/gtest/gtest-all.cc:5108–5110  ·  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

5106// Controls whether events will be forwarded by the repeater to the
5107// listeners in the list.
5108bool TestEventListeners::EventForwardingEnabled() const {
5109 return repeater_->forwarding_enabled();
5110}
5111
5112void TestEventListeners::SuppressEventForwarding() {
5113 repeater_->set_forwarding_enabled(false);

Callers

nothing calls this directly

Calls 1

forwarding_enabledMethod · 0.80

Tested by

no test coverage detected