MCPcopy Index your code
hub / github.com/emwalker/digraph / topic

Method topic

backend/tests/git/fixtures.rs:106–109  ·  view source on GitHub ↗
(&self, repo_id: RepoId, topic_id: &str)

Source from the content-addressed store, hash-verified

104 }
105
106 pub fn topic(&self, repo_id: RepoId, topic_id: &str) -> RepoTopic {
107 let topic_id = ExternalId::try_from(topic_id).unwrap();
108 self.git.fetch_topic(repo_id, &topic_id).unwrap()
109 }
110
111 pub fn find_topic(&self, name: &str) -> Option<ExternalId> {
112 let FetchTopicLiveSearchResult {

Callers 6

viewer_can_readFunction · 0.45
parent_topic_addedFunction · 0.45
parent_topic_removedFunction · 0.45
no_orphansFunction · 0.45
no_cyclesFunction · 0.45
parent_topic_updatedFunction · 0.45

Calls 1

fetch_topicMethod · 0.45

Tested by

no test coverage detected