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

Method description

src/ast/link.rs:60–66  ·  view source on GitHub ↗

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

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

description_rawMethod · 0.80

Calls 2

skipMethod · 0.80
syntaxMethod · 0.45

Tested by

no test coverage detected