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

Method parameters

src/ast/block.rs:63–70  ·  view source on GitHub ↗

```rust use orgize::{Org, ast::SourceBlock}; let block = Org::parse("#+begin_src c :tangle yes\n#+end_src").first_node:: ().unwrap(); assert_eq!(block.parameters().unwrap(), ":tangle yes"); let block = Org::parse("#+begin_src c :tangle \n#+end_src").first_node:: ().unwrap(); assert_eq!(block.parameters().unwrap(), ":tangle"); let block = Org::parse("#+begin_src c\n#+end

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

filter_tokenFunction · 0.85
findMethod · 0.80

Tested by

no test coverage detected