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

Class ImportLink

backend/src/git/activity.rs:518–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516#[derive(Clone, Deserialize, Serialize, Eq, PartialEq)]
517#[serde(rename_all = "camelCase")]
518pub struct ImportLink {
519 pub actor_id: String,
520 pub id: ExternalId,
521 pub date: Timestamp,
522 pub imported_link: LinkInfo,
523 pub parent_topics: TopicInfoList,
524}
525
526impl ImportLink {
527 fn ids(&self) -> HashSet<&ExternalId> {

Callers 1

persist_linkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected