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

Method organization

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

Source from the content-addressed store, hash-verified

236 }
237
238 pub async fn organization(&self, id: String) -> Result<Option<graphql::Organization>> {
239 self.organization_loader.load_one(id).await
240 }
241
242 pub async fn repositories_for_user(&self, user_id: String) -> Result<Vec<graphql::Repository>> {
243 psql::FetchWriteableRepositoriesForUser::new(Arc::clone(&self.viewer), user_id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected