Skip to main content

increment_degree

Function increment_degree 

Source
pub fn increment_degree(
    conn: &Connection,
    entity_id: i64,
) -> Result<(), AppError>
Expand description

Increments the degree counter of an entity by one.

ยงErrors

Returns AppError::Database when the underlying SQLite operation fails.