(&self)
| 202 | #[Object] |
| 203 | impl LinkReview { |
| 204 | async fn reviewed_at(&self) -> Option<time::DateTime> { |
| 205 | self.reviewed_at.clone() |
| 206 | } |
| 207 | |
| 208 | async fn user(&self, ctx: &Context<'_>) -> Result<User> { |
| 209 | let user = ctx |
nothing calls this directly
no outgoing calls
no test coverage detected