| 33 | |
| 34 | virtual double tailTime(ContextRenderLock & r) const override { return 0; } |
| 35 | virtual double latencyTime(ContextRenderLock & r) const override { return 0; } |
| 36 | |
| 37 | private: |
| 38 | class PureDataNodeInternal; |
nothing calls this directly
no outgoing calls
no test coverage detected