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

Method repo

backend/src/store.rs:248–250  ·  view source on GitHub ↗
(&self, id: String)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected