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

Method mark_deleted

backend/src/git/activity.rs:131–135  ·  view source on GitHub ↗
(&mut self, id: &ExternalId)

Source from the content-addressed store, hash-verified

129 }
130
131 fn mark_deleted(&mut self, id: &ExternalId) {
132 if &self.id == id {
133 self.deleted = true;
134 }
135 }
136}
137
138impl From<&RepoTopic> for TopicInfo {

Callers

nothing calls this directly

Calls 2

insertMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected