MCPcopy Create free account
hub / github.com/apache/brpc / Observe

Method Observe

test/observer_list_unittest.cc:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42 virtual ~Disrupter() {}
43 virtual void Observe(int x) OVERRIDE {
44 list_->RemoveObserver(doomed_);
45 }
46
47 private:
48 ObserverList<Foo>* list_;

Callers

nothing calls this directly

Calls 1

RemoveObserverMethod · 0.80

Tested by

no test coverage detected