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

Method iter

src/ast/drawer.rs:14–23  ·  view source on GitHub ↗

```rust use orgize::{Org, ast::PropertyDrawer}; let org = Org::parse("* Heading\n:PROPERTIES:\n:CUSTOM_ID: someid\n:ID: id\n:END:"); let drawer = org.first_node:: ().unwrap(); assert_eq!(drawer.iter().count(), 2); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

bench_parseFunction · 0.80
bench_to_htmlFunction · 0.80
nextMethod · 0.80
template1Function · 0.80
blank_linesFunction · 0.80
headline_starsFunction · 0.80
headline_tags_nodeFunction · 0.80
headline_keyword_tokenFunction · 0.80
table_standard_row_nodeFunction · 0.80
affiliated_keyword_nodesFunction · 0.80
is_imageMethod · 0.80
getMethod · 0.80

Calls 3

filter_tokenFunction · 0.85
node_propertiesMethod · 0.80
nextMethod · 0.45

Tested by

no test coverage detected