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

Method value

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

Contents without pound signs ```rust use orgize::{ast::Comment, 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