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

Method is_closed

src/ast/clock.rs:41–45  ·  view source on GitHub ↗

```rust use orgize::{Org, ast::Clock}; let clock = Org::parse("CLOCK: [2003-09-16 Tue 09:39]").first_node:: ().unwrap(); assert!(!clock.is_closed()); let clock = Org::parse("CLOCK: [2003-09-16 Tue 09:39] =>12:00").first_node:: ().unwrap(); assert!(clock.is_closed()); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

is_runningMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected