uf-valence-core 0.1.2

Valence ports: DatabaseBackend, router, builder, host injectable traits
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Deletion instrumentation stubs.

pub fn record_dag_computed(
    _table: &str,
    _id: &str,
    _nodes: usize,
    _max_depth: usize,
    _restrict_violations: usize,
    _skipped: usize,
) {
}

pub fn record_restrict_blocked(_table: &str, _id: &str, _conn: &str, _count: usize) {}

pub fn record_run_queued(_table: &str, _id: &str, _nodes: usize, _max_depth: usize) {}