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

Method new

backend/src/graphql/git.rs:21–23  ·  view source on GitHub ↗
(client: Arc<git::Client>)

Source from the content-addressed store, hash-verified

19
20impl ObjectLoader {
21 pub fn new(client: Arc<git::Client>) -> Self {
22 Self { client }
23 }
24}
25
26impl Loader<Okey> for ObjectLoader {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected