Returns the number of rows in this group
(&self)
| 20 | |
| 21 | /// Returns the number of rows in this group |
| 22 | pub fn len(&self) -> usize { |
| 23 | self.rows.len() |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | /// In memory representation of the GitQL Object which has titles and groups |
no outgoing calls
no test coverage detected