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

Method description_raw

src/ast/link.rs:82–85  ·  view source on GitHub ↗

Returns description raw string Returns empty string if this link doesn't contain description ```rust use orgize::{Org, ast::Link}; let link = Org::parse("[[https://google.com]]").first_node:: ().unwrap(); assert_eq!(link.description_raw(), ""); let link = Org::parse("[[https://google.com][Google]]").first_node:: ().unwrap(); assert_eq!(link.description_raw(), "Google"); let link = Org

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

descriptionMethod · 0.80

Tested by

no test coverage detected