Source code ```rust use orgize::{Org, ast::InlineSrc}; let s = Org::parse("src_C{int a = 0;}").first_node:: ().unwrap(); assert_eq!(s.value(), "int a = 0;"); let s = Org::parse("src_xml[:exports code]{ text }").first_node:: ().unwrap(); assert_eq!(s.value(), " text "); ```
(&self)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected