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

Method is_archived

src/ast/headline.rs:178–180  ·  view source on GitHub ↗

Return `true` if this headline contains an archive tag ```rust use orgize::{Org, ast::Headline}; let hdl = Org::parse("* hello :ARCHIVE:").first_node:: ().unwrap(); assert!(hdl.is_archived()); let hdl = Org::parse("* hello :ARCHIVED:").first_node:: ().unwrap(); assert!(!hdl.is_archived()); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

tagsMethod · 0.80

Tested by

no test coverage detected