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

Method closed

src/ast/planning.rs:60–66  ·  view source on GitHub ↗

Returns closed timestamp ```rust use orgize::{ast::Planning, Org}; let s = Org::parse("* a\nCLOSED: <2019-04-08 Mon>") .first_node:: () .unwrap() .closed() .unwrap(); assert_eq!(s.month_start().unwrap(), "04"); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected