MCPcopy 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_accountMethod · 0.45
delete_linkMethod · 0.45
delete_topicMethod · 0.45
update_byMethod · 0.45
update_topic_synonymsMethod · 0.45
upsert_linkMethod · 0.45
upsert_topicMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected