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

Method bullet

src/ast/list.rs:84–89  ·  view source on GitHub ↗

```rust use orgize::{Org, ast::ListItem}; let item = Org::parse("- some tag").first_node:: ().unwrap(); assert_eq!(item.bullet(), "- "); let item = Org::parse("2. [X] item 2").first_node:: ().unwrap(); assert_eq!(item.bullet(), "2. "); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

is_orderedMethod · 0.80
eventMethod · 0.80

Calls 1

filter_tokenFunction · 0.85

Tested by

no test coverage detected