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

Method tblfm

src/ast/table.rs:71–81  ·  view source on GitHub ↗

Formulas associated to the table ```rust use orgize::{Org, ast::OrgTable}; let table = Org::parse("| a |").first_node:: ().unwrap(); assert_eq!(table.tblfm().count(), 0); let table = Org::parse("| a |\n#+tblfm: test").first_node:: ().unwrap(); let tblfm = table.tblfm().collect:: >(); assert_eq!(tblfm.len(), 1); assert_eq!(tblfm[0], " test"); let table = Org::parse("| a

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

filter_tokenFunction · 0.85

Tested by

no test coverage detected