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

Method is_descriptive

src/ast/list.rs:39–51  ·  view source on GitHub ↗

Returns `true` if this list contains a TAG ```rust use orgize::{Org, ast::List}; let list = Org::parse("- some tag :: item 2.1").first_node:: ().unwrap(); assert!(list.is_descriptive()); let list = Org::parse("2. [X] item 2").first_node:: ().unwrap(); assert!(!list.is_descriptive()); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

eventMethod · 0.80

Calls 2

itemsMethod · 0.80
nextMethod · 0.45

Tested by

no test coverage detected