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

Method value

src/ast/inline_src.rs:55–61  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

filter_tokenFunction · 0.85

Tested by

no test coverage detected