MCPcopy Create free account
hub / github.com/PoiScript/orgize / is_todo

Method is_todo

src/ast/headline.rs:87–89  ·  view source on GitHub ↗

```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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected