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

Method is_done

src/ast/headline.rs:99–101  ·  view source on GitHub ↗

```rust use orgize::{Org, ast::Headline}; let hdl = Org::parse("* DONE a").first_node:: ().unwrap(); assert!(hdl.is_done()); let hdl = Org::parse("* a").first_node:: ().unwrap(); assert!(!hdl.is_done()); ```

(&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