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

Method paths

backend/src/git/activity.rs:776–782  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

774
775impl UpsertTopicTimerange {
776 fn paths(&self) -> HashSet<&ExternalId> {
777 let mut ids = HashSet::from([&self.updated_topic.id]);
778 for parent_id in &self.parent_topics {
779 ids.insert(parent_id);
780 }
781 ids
782 }
783
784 fn mark_deleted(&mut self, id: &ExternalId) {
785 let parents = &mut self.parent_topics;

Callers 1

idsMethod · 0.80

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected