Function count_apps

Source
pub async fn count_apps(
    platform_id: i64,
    db_manager: &State<Arc<DatabaseManager>>,
) -> Result<Json<i64>, (Status, Json<Value>)>
Expand description

Count the total number of applications.