Returns the number of captures.
(&self)
| 724 | |
| 725 | /// Returns the number of captures. |
| 726 | pub fn captures_len(&self) -> usize { |
| 727 | self.0.capture_names().len() |
| 728 | } |
| 729 | |
| 730 | /// Returns an empty set of capture locations that can be reused in |
| 731 | /// multiple calls to `captures_read` or `captures_read_at`. |
nothing calls this directly
no test coverage detected