```rust use orgize::{Org, ast::Headline}; let hdl = Org::parse("* TODO a").first_node:: ().unwrap(); assert!(hdl.is_todo()); let hdl = Org::parse("* a").first_node:: ().unwrap(); assert!(!hdl.is_todo()); ```
(&self)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected