```rust use orgize::{Org, ast::Keyword}; let keyword = Org::parse("#+KEY: VALUE\nabc").first_node:: ().unwrap(); assert_eq!(keyword.key(), "KEY"); ```
(&self)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected