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

Method is_rule

src/ast/table.rs:94–96  ·  view source on GitHub ↗

Returns `true` if this row is a rule ```rust use orgize::{Org, ast::OrgTableRow}; let org = Org::parse("|----|----|\n|Foo |Bar |"); let row = org.first_node:: ().unwrap(); assert!(row.is_rule()); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

has_headerMethod · 0.80
eventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected