(&self)
| 87 | } |
| 88 | |
| 89 | fn len(&self) -> usize { |
| 90 | self.inner.len() |
| 91 | } |
| 92 | |
| 93 | /// Updates references in the `ColumnMap` for use in a nested scope. The |
| 94 | /// provided `arity` must specify the arity of the current scope. |
no outgoing calls
no test coverage detected