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

Method backend

src/ast/snippet.rs:12–17  ·  view source on GitHub ↗

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

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

eventMethod · 0.80

Calls 1

filter_tokenFunction · 0.85

Tested by

no test coverage detected