Check if the context is empty
(&self)
| 78 | |
| 79 | /// Check if the context is empty |
| 80 | pub fn is_empty(&self) -> bool { |
| 81 | self.entries.is_empty() |
| 82 | } |
| 83 | |
| 84 | /// Look up a variable by de Bruijn index |
| 85 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected