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

Method is_active

src/ast/timestamp.rs:37–39  ·  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_active()); let ts = Org::parse("<2003-09-16 Tue 09:39>--<2003-09-16 Tue 10:39>").first_node:: ().unwrap(); assert!(ts.is_active()); let ts = Org::parse("<2003-09-16 Tue 09:39>").first_node:: ().unwrap(); assert!(ts.is_active()); ```

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