MCPcopy Create free account
hub / github.com/emwalker/digraph / reviewed_at

Method reviewed_at

backend/src/graphql/link.rs:204–206  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

202#[Object]
203impl 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected