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

Method name

src/ast/entity.rs:25–33  ·  view source on GitHub ↗

Entity name ```rust use orgize::{ast::Entity, Org}; let e = Org::parse("\\alpha{}").first_node:: ().unwrap(); assert_eq!(e.name(), "alpha"); let e = Org::parse("\\_ ").first_node:: ().unwrap(); assert_eq!(e.name(), " "); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

entityMethod · 0.80

Tested by

no test coverage detected