(offset: i64)
| 1639 | } |
| 1640 | |
| 1641 | pub(crate) fn negative_offset_error(offset: i64) -> PlanError { |
| 1642 | PlanError::InvalidOffset(format!("must not be negative, got {}", offset)) |
| 1643 | } |
| 1644 | |
| 1645 | generate_extracted_config!( |
| 1646 | MutRecBlockOption, |
no outgoing calls
no test coverage detected