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

Method leaked_data

backend/tests/git/fixtures.rs:102–104  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

100 }
101
102 pub fn leaked_data(&self) -> Result<Vec<(RepoId, String)>> {
103 self.git.leaked_data()
104 }
105
106 pub fn topic(&self, repo_id: RepoId, topic_id: &str) -> RepoTopic {
107 let topic_id = ExternalId::try_from(topic_id).unwrap();

Callers 1

no_leaksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected