(&self, id: String)
| 246 | } |
| 247 | |
| 248 | pub async fn repo(&self, id: String) -> Result<Option<graphql::Repository>> { |
| 249 | self.repository_loader.load_one(id).await |
| 250 | } |
| 251 | |
| 252 | pub async fn repository_by_id(&self, repo_id: String) -> Result<Option<graphql::Repository>> { |
| 253 | self.repository_loader.load_one(repo_id).await |
nothing calls this directly
no outgoing calls
no test coverage detected