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

Class UpsertTopic

backend/src/git/activity.rs:738–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736#[derive(Clone, Debug, Deserialize, Serialize, Eq, PartialEq)]
737#[serde(rename_all = "camelCase")]
738pub struct UpsertTopic {
739 pub actor_id: String,
740 pub id: ExternalId,
741 pub date: Timestamp,
742 pub parent_topic: TopicInfo,
743 pub parent_topic_ids: BTreeSet<ExternalId>,
744 pub upserted_topic: TopicInfo,
745}
746
747impl UpsertTopic {
748 fn ids(&self) -> HashSet<&ExternalId> {

Callers 2

simple_caseFunction · 0.70
pathsFunction · 0.70

Calls

no outgoing calls

Tested by 2

simple_caseFunction · 0.56
pathsFunction · 0.56