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