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

Enum Change

backend/src/git/activity.rs:314–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312#[derive(Clone, Deserialize, Serialize, Eq, PartialEq)]
313#[serde(tag = "kind")]
314pub enum Change {
315 DeleteLink(DeleteLink),
316 DeleteTopic(DeleteTopic),
317 ImportLink(ImportLink),
318 ImportTopic(ImportTopic),
319 RemoveTopicTimerange(RemoveTopicTimerange),
320 UpdateLinkParentTopics(UpdateLinkParentTopics),
321 UpdateTopicSynonyms(UpdateTopicSynonyms),
322 UpdateTopicParentTopics(UpdateTopicParentTopics),
323 UpsertLink(UpsertLink),
324 UpsertTopic(UpsertTopic),
325 UpsertTopicTimerange(UpsertTopicTimerange),
326}
327
328impl std::cmp::Ord for Change {
329 fn cmp(&self, other: &Self) -> std::cmp::Ordering {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected