Function is_joinable_by_code_only

Source
pub async fn is_joinable_by_code_only(
    conn: &mut PgConnection,
    id: Uuid,
) -> ModelResult<bool>