(&self)
| 138 | } |
| 139 | |
| 140 | async fn repo_id(&self) -> String { |
| 141 | self.0.repo_id.to_string() |
| 142 | } |
| 143 | |
| 144 | async fn timerange_prefix(&self) -> String { |
| 145 | if let Some(timerange) = self.0.timerange() { |
nothing calls this directly
no outgoing calls
no test coverage detected