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

Method priority

src/ast/headline.rs:234–242  ·  view source on GitHub ↗

Returns priority text ```rust use orgize::{Org, ast::Headline}; let hdl = Org::parse("* [#A]").first_node:: ().unwrap(); assert_eq!(hdl.priority().unwrap(), "A"); let hdl = Org::parse("** DONE [#B]::").first_node:: ().unwrap(); assert_eq!(hdl.priority().unwrap(), "B"); let hdl = Org::parse("* [#破]").first_node:: ().unwrap(); assert_eq!(hdl.priority().unwrap(), "破"); ``

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

filter_tokenFunction · 0.85
findMethod · 0.80

Tested by

no test coverage detected