```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 not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected