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

Method value

src/ast/fixed_width.rs:14–19  ·  view source on GitHub ↗

Contents without colons prefix ```rust use orgize::{ast::FixedWidth, Org}; let fixed = Org::parse(": A\n:\n: B\n: C").first_node:: ().unwrap(); assert_eq!(fixed.value(), "A\n\nB\nC"); ```

(&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