Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/emwalker/digraph
/ mutation
Method
mutation
backend/src/store.rs:221–223 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
219
}
220
221
fn mutation(&self) -> Result<git::Mutation> {
222
self.git.mutation(git::IndexMode::Update)
223
}
224
225
pub async fn remove_topic_timerange(
226
&self,
Callers
11
delete_account
Method · 0.45
delete_link
Method · 0.45
delete_topic
Method · 0.45
remove_topic_timerange
Method · 0.45
update_by
Method · 0.45
update_link_parent_topics
Method · 0.45
update_topic_parent_topics
Method · 0.45
update_topic_synonyms
Method · 0.45
upsert_link
Method · 0.45
upsert_topic
Method · 0.45
upsert_topic_timerange
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected