Function enforce_encoded_result_array_limit
pub fn enforce_encoded_result_array_limit(
results: &[Value],
aggregate_result_byte_limit: usize,
) -> Result<(), BookkeepingError>Expand description
Enforce the aggregate cap over an already-encoded result array (the replay path’s check).