Entity contains optional brackets ```rust use orgize::{ast::Entity, Org}; let e = Org::parse("\\beta").first_node:: ().unwrap(); assert!(!e.is_use_brackets()); let e = Org::parse("\\S{}").first_node:: ().unwrap(); assert!(e.is_use_brackets()); let e = Org::parse("\\_ ").first_node:: ().unwrap(); assert!(!e.is_use_brackets()); ```
(&self)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected