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

Class RemoveTopicTimerange

backend/src/git/activity.rs:582–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580#[derive(Clone, Deserialize, Serialize, Eq, PartialEq)]
581#[serde(rename_all = "camelCase")]
582pub struct RemoveTopicTimerange {
583 pub actor_id: String,
584 pub date: Timestamp,
585 pub id: ExternalId,
586 pub parent_topics: BTreeSet<ExternalId>,
587 // The RemoveTopicTimerange is idempotent, so the timerange might already have been removed.
588 pub previous_timerange: Option<Timerange>,
589 pub updated_topic: TopicInfo,
590}
591
592impl RemoveTopicTimerange {
593 fn ids(&self) -> HashSet<&ExternalId> {

Callers 1

changeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected