Skip to main content

effective_dump_limit

Function effective_dump_limit 

Source
pub fn effective_dump_limit(requested: Option<usize>) -> usize
Expand description

Resolve the effective doctor dump-mutations page limit: the operator’s --limit (or the default when omitted), clamped to the engine page cap [DUMP_MUTATIONS_MAX_LIMIT]. Pure + total so the clamp is unit-pinned without seeding a >1M-row log (tests/parser.rs).