Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
impl From<&RepoTopic> for TopicInfo {
Callers
nothing calls this directly
Calls
2
insert
Method · 0.80
remove
Method · 0.45
Tested by
no test coverage detected