MCPcopy Index your code
hub / github.com/PoiScript/orgize / name

Method name

src/ast/drawer.rs:98–106  ·  view source on GitHub ↗

```rust use orgize::{Org, ast::Drawer}; let org = Org::parse("* Heading\n:LOGBOOK:\n:END:"); let drawer = org.first_node:: ().unwrap(); assert_eq!(drawer.name(), "LOGBOOK"); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

clocksMethod · 0.45

Calls 2

filter_tokenFunction · 0.85
findMethod · 0.80

Tested by

no test coverage detected