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

Method get

src/ast/drawer.rs:33–35  ·  view source on GitHub ↗

```rust use orgize::{Org, ast::PropertyDrawer}; let org = Org::parse("* Heading\n:PROPERTIES:\n:CUSTOM_ID: someid\n:ID: id\n:END:"); let drawer = org.first_node:: ().unwrap(); assert_eq!(drawer.get("CUSTOM_ID").unwrap(), "someid"); assert_eq!(drawer.get("ID").unwrap(), "id"); ```

(&self, key: &str)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

validate_markerFunction · 0.80
nextMethod · 0.80
comma_quoted_text_nodesFunction · 0.80

Calls 1

iterMethod · 0.80

Tested by

no test coverage detected