Skip to main content

already_mailed

Function already_mailed 

Source
fn already_mailed(
    facts: &[&ExistingLinkingMailFact],
    course_id: Uuid,
    address: &str,
) -> bool
Expand description

Whether this (person, course, address) already had its mail. The unique index behind claim_send_slots is what actually prevents a second one.