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

Method key

src/ast/keyword.rs:13–18  ·  view source on GitHub ↗

```rust use orgize::{Org, ast::Keyword}; let keyword = Org::parse("#+KEY: VALUE\nabc").first_node:: ().unwrap(); assert_eq!(keyword.key(), "KEY"); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

filter_tokenFunction · 0.85

Tested by

no test coverage detected