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

Method args

src/ast/macros.rs:29–34  ·  view source on GitHub ↗

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

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.80

Calls 1

filter_tokenFunction · 0.85

Tested by

no test coverage detected