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

Method title_raw

src/ast/headline.rs:132–138  ·  view source on GitHub ↗

Returns title raw string ```rust use orgize::{Org, ast::Headline}; let hdl = Org::parse("*** abc *abc* /abc/ :tag:").first_node:: ().unwrap(); let title = hdl.title_raw(); assert_eq!(title, "abc *abc* /abc/ "); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

findMethod · 0.80

Tested by

no test coverage detected