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

Class UpsertTopicTimerange

backend/src/git/activity.rs:764–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762#[derive(Clone, Deserialize, Serialize, Eq, PartialEq)]
763#[serde(rename_all = "camelCase")]
764pub struct UpsertTopicTimerange {
765 pub actor_id: String,
766 pub id: ExternalId,
767 pub date: Timestamp,
768 pub previous_timerange: Option<Timerange>,
769 // Show change logs under parent topics as well
770 pub parent_topics: BTreeSet<ExternalId>,
771 pub updated_timerange: Timerange,
772 pub updated_topic: TopicInfo,
773}
774
775impl UpsertTopicTimerange {
776 fn paths(&self) -> HashSet<&ExternalId> {

Callers 1

changeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected