MCPcopy Create free account
hub / github.com/BVLC/caffe / EventForwardingEnabled

Method EventForwardingEnabled

src/gtest/gtest-all.cpp:4919–4921  ·  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

4917// Controls whether events will be forwarded by the repeater to the
4918// listeners in the list.
4919bool TestEventListeners::EventForwardingEnabled() const {
4920 return repeater_->forwarding_enabled();
4921}
4922
4923void TestEventListeners::SuppressEventForwarding() {
4924 repeater_->set_forwarding_enabled(false);

Callers

nothing calls this directly

Calls 1

forwarding_enabledMethod · 0.80

Tested by

no test coverage detected