pub fn recalculate_degree(
conn: &Connection,
entity_id: i64,
) -> Result<(), AppError>Expand description
Recalculates the degree field of an entity.
§Errors
Returns AppError::Database when the underlying SQLite operation fails.
pub fn recalculate_degree(
conn: &Connection,
entity_id: i64,
) -> Result<(), AppError>Recalculates the degree field of an entity.
Returns AppError::Database when the underlying SQLite operation fails.