| 1057 | void SetGraphCaptureStatus(bool status) { graphCaptureStatus_ = status; } |
| 1058 | |
| 1059 | bool GetGraphCaptureStatus() { return graphCaptureStatus_; } |
| 1060 | |
| 1061 | bool GraphCaptureEnabled() override { |
| 1062 | if (IsSegmentSchedulingEnabled()) { |
no outgoing calls
no test coverage detected