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

Method value

src/ast/snippet.rs:27–33  ·  view source on GitHub ↗

```rust use orgize::{Org, ast::Snippet}; let snippet = Org::parse("@@BACKEND:@@").first_node:: ().unwrap(); assert_eq!(snippet.value(), ""); let snippet = Org::parse("@@BACKEND:VALUE@@").first_node:: ().unwrap(); assert_eq!(snippet.value(), "VALUE"); ```

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