Get the Merkle state at the last cached position.
(&self)
| 176 | |
| 177 | /// Get the Merkle state at the last cached position. |
| 178 | pub fn last_merkle_state(&self) -> Option<&str> { |
| 179 | self.last_state.as_deref() |
| 180 | } |
| 181 | |
| 182 | /// Check if the cache is empty (no prior sync). |
| 183 | pub fn is_empty(&self) -> bool { |
no outgoing calls
no test coverage detected