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

Method path

src/ast/link.rs:19–21  ·  view source on GitHub ↗

Returns link destination ```rust use orgize::{Org, ast::Link}; let link = Org::parse("[[#id]]").first_node:: ().unwrap(); assert_eq!(link.path(), "#id"); let link = Org::parse("[[https://google.com]]").first_node:: ().unwrap(); assert_eq!(link.path(), "https://google.com"); let link = Org::parse("[[https://google.com][Google]]").first_node:: ().unwrap(); assert_eq!(link.path(), "h

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

is_imageMethod · 0.80
eventMethod · 0.80
eventMethod · 0.80

Calls 1

tokenFunction · 0.70

Tested by

no test coverage detected