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

Method fetch_objects

backend/src/store.rs:158–165  ·  view source on GitHub ↗
(
        &self,
        ids: Vec<ExternalId>,
        take: usize,
    )

Source from the content-addressed store, hash-verified

156 }
157
158 pub async fn fetch_objects(
159 &self,
160 ids: Vec<ExternalId>,
161 take: usize,
162 ) -> Result<Vec<git::Object>> {
163 let context_id = self.viewer.context_repo_id;
164 self.fetch_objects_with_context(ids, take, context_id).await
165 }
166
167 pub async fn fetch_objects_with_context(
168 &self,

Callers 1

fetch_linksMethod · 0.80

Calls 1

Tested by

no test coverage detected