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