```rust use orgize::{Org, ast::Snippet}; let snippet = Org::parse("@@BACKEND:VALUE@@").first_node:: ().unwrap(); assert_eq!(snippet.backend(), "BACKEND"); ```
(&self)
source not stored for this graph (policy: none)
no test coverage detected