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

Method keywords

src/ast/document.rs:23–27  ·  view source on GitHub ↗

Returns an iterator of keywords in zeroth section ```rust use orgize::{Org, ast::Document}; let org = Org::parse(r#" #+TITLE: hello #+TITLE: world #+DATE: today #+AUTHOR: poi headline #+SOMETHING:"#); let doc = org.first_node:: ().unwrap(); assert_eq!(doc.keywords().count(), 4); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

titleMethod · 0.80

Calls 2

sectionMethod · 0.80
documentMethod · 0.80

Tested by

no test coverage detected