//! Module: executor::util
//! Responsibility: tiny numeric helpers shared by executor runtime and executor-local tests.
//! Does not own: execution semantics, routing, or plan validation.
/// Convert one byte-length value into `u64` using saturating semantics.
///
/// This helper exists to keep numeric-clamp behavior consistent between runtime
/// terminal folds and executor-owned expected-value helpers in tests.
pub const
///
/// TESTS
///