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

Method is_standard

src/ast/table.rs:107–109  ·  view source on GitHub ↗

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

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

has_headerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected