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

Method repo_id

backend/src/graphql/topic.rs:140–142  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

138 }
139
140 async fn repo_id(&self) -> String {
141 self.0.repo_id.to_string()
142 }
143
144 async fn timerange_prefix(&self) -> String {
145 if let Some(timerange) = self.0.timerange() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected