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

Method is_inactive

src/ast/timestamp.rs:51–53  ·  view source on GitHub ↗

```rust use orgize::{Org, ast::Timestamp}; let ts = Org::parse("[2003-09-16 Tue 09:39-10:39]").first_node:: ().unwrap(); assert!(ts.is_inactive()); let ts = Org::parse("[2003-09-16 Tue 09:39]--[2003-09-16 Tue 10:39]").first_node:: ().unwrap(); assert!(ts.is_inactive()); let ts = Org::parse("[2003-09-16 Tue 09:39]").first_node:: ().unwrap(); assert!(ts.is_inactive());

(&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