| 31 | virtual void reset(ContextRenderLock & r) override; |
| 32 | |
| 33 | double now() const { return _now; } |
| 34 | |
| 35 | private: |
| 36 | virtual bool propagatesSilence(ContextRenderLock & r) const override; |
nothing calls this directly
no outgoing calls
no test coverage detected