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

Method inside_header

src/ast/inline_call.rs:31–41  ·  view source on GitHub ↗

```rust use orgize::{Org, ast::InlineCall}; let call = Org::parse("call_square[:results output](4)").first_node:: ().unwrap(); assert_eq!(call.inside_header().unwrap(), ":results output"); let call = Org::parse("call_square(4)[:results html]").first_node:: ().unwrap(); assert!(call.inside_header().is_none()); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

TokenClass · 0.85

Tested by

no test coverage detected