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

Method properties

src/ast/document.rs:73–75  ·  view source on GitHub ↗

Returns top-level properties drawer ```rust use orgize::{Org, ast::Document}; let org = Org::parse(r#":PROPERTIES: :ID: 20220718T085035.042592 :END: #+TITLE: Complete Computing"#); let properties = org.document().properties().unwrap(); assert_eq!(properties.to_hash_map().len(), 1); assert_eq!(properties.get("ID").unwrap(), "20220718T085035.042592"); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected