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

Method is_use_brackets

src/ast/entity.rs:161–167  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected