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

Method key

src/ast/macros.rs:14–19  ·  view source on GitHub ↗

```rust use orgize::{Org, ast::Macros}; let m = Org::parse("{{{title}}}").first_node:: ().unwrap(); assert_eq!(m.key(), "title"); let m = Org::parse("{{{two_arg_macro(1, 2)}}}").first_node:: ().unwrap(); assert_eq!(m.key(), "two_arg_macro"); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

titleMethod · 0.45
affiliated_keywordFunction · 0.45

Calls 1

filter_tokenFunction · 0.85

Tested by

no test coverage detected