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

Method clocks

src/ast/headline.rs:263–275  ·  view source on GitHub ↗

Returns an iterator of clock element affiliated with this headline ```rust use orgize::{Org, ast::Headline}; let org = Org::parse(r#"* TODO foo :LOGBOOK: bar CLOCK: CLOCK: [2024-10-12] baz CLOCK: [2024-10-12] [2024-10-12] :END: foo"#); let hdl = org.first_node:: ().unwrap(); assert_eq!(hdl.clocks().count(), 2); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected