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

Method new

backend/src/redis/mod.rs:105–107  ·  view source on GitHub ↗
(url: String)

Source from the content-addressed store, hash-verified

103
104impl Redis {
105 pub fn new(url: String) -> Result<Self> {
106 Ok(Redis { url })
107 }
108
109 // For each topic read path (a commit, oid, repo_id combo), fetch the downset for the repo
110 // topic, save the oids in the downset to redis and perform the intersection of the sets,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected