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

Method value

src/ast/keyword.rs:29–35  ·  view source on GitHub ↗

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

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