()
| 337 | } |
| 338 | |
| 339 | pub fn node_count() -> usize { |
| 340 | with(|inner| inner.nodes.iter().filter(|n| n.is_some()).count()) |
| 341 | } |
| 342 | |
| 343 | // ============================================================ |
| 344 | // Snapshot API — called from Swift each frame. |
no test coverage detected