MCPcopy Index your code
hub / github.com/PoiScript/orgize / todo_keyword

Method todo_keyword

src/ast/headline.rs:43–55  ·  view source on GitHub ↗

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

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

TokenClass · 0.85

Tested by

no test coverage detected