Return the number of constants inserted.
(&self)
| 1882 | |
| 1883 | /// Return the number of constants inserted. |
| 1884 | pub fn len(&self) -> usize { |
| 1885 | self.constants.len() |
| 1886 | } |
| 1887 | |
| 1888 | /// Iterate over the `VCodeConstant` keys inserted in this structure. |
| 1889 | pub fn keys(&self) -> Keys<VCodeConstant> { |
no outgoing calls
no test coverage detected