icydb-core 0.76.6

IcyDB — A type-safe, embedded ORM and schema system for the Internet Computer
Documentation
1
2
3
4
5
6
//! Module: query::plan::validate::tests
//! Collects planner validation owner-level tests that span multiple grouped validation leaves.
//! Does not own: leaf-local helper invariants inside individual grouped validation modules.
//! Boundary: covers grouped validation policy/cursor behavior at the validate subsystem root.

mod grouped;