```rust use orgize::{Org, ast::ListItem}; let item = Org::parse("- 1").first_node:: ().unwrap(); assert_eq!(item.indent(), 0); let item = Org::parse(" \t * 2").first_node:: ().unwrap(); assert_eq!(item.indent(), 3); ```
(&self)
source not stored for this graph (policy: none)
no test coverage detected