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

Class ImportTopic

backend/src/git/activity.rs:543–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541#[derive(Clone, Deserialize, Serialize, Eq, PartialEq)]
542#[serde(rename_all = "camelCase")]
543pub struct ImportTopic {
544 pub actor_id: String,
545 pub id: ExternalId,
546 pub child_links: LinkInfoList,
547 pub child_topics: TopicInfoList,
548 pub date: Timestamp,
549 pub imported_topic: TopicInfo,
550 pub parent_topics: TopicInfoList,
551}
552
553impl ImportTopic {
554 fn ids(&self) -> HashSet<&ExternalId> {

Callers 1

persist_topicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected