Get the length of the [ContextArgs].
(&self)
| 1293 | |
| 1294 | /// Get the length of the [ContextArgs]. |
| 1295 | pub fn len(&self) -> usize { |
| 1296 | self.as_slice().len() |
| 1297 | } |
| 1298 | |
| 1299 | /// Get a slice of the context arguments. |
| 1300 | pub fn as_slice(&self) -> &[VMContextLoc] { |
no test coverage detected