Create a single-line range.
(line: u64, credit: Credit)
| 565 | |
| 566 | /// Create a single-line range. |
| 567 | pub fn single(line: u64, credit: Credit) -> Self { |
| 568 | Self::new(line, line, credit) |
| 569 | } |
| 570 | |
| 571 | /// Get the number of lines in this range. |
| 572 | pub fn line_count(&self) -> u64 { |
no outgoing calls
no test coverage detected