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

Method parameters

src/ast/inline_src.rs:34–43  ·  view source on GitHub ↗

Optional header arguments ```rust use orgize::{Org, ast::InlineSrc}; let s = Org::parse("src_C{int a = 0;}").first_node:: ().unwrap(); assert!(s.parameters().is_none()); let s = Org::parse("src_xml[:exports code]{ text }").first_node:: ().unwrap(); assert_eq!(s.parameters().unwrap(), ":exports code"); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

TokenClass · 0.85

Tested by

no test coverage detected