MCPcopy Index your code
hub / github.com/PoiScript/orgize / end_header

Method end_header

src/ast/inline_call.rs:68–79  ·  view source on GitHub ↗

```rust use orgize::{Org, ast::InlineCall}; let call = Org::parse("call_square[:results output](4)[:results html]").first_node:: ().unwrap(); assert_eq!(call.end_header().unwrap(), ":results html"); let call = Org::parse("call_square[:results output](4)").first_node:: ().unwrap(); assert!(call.end_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 2

TokenClass · 0.85
skipMethod · 0.80

Tested by

no test coverage detected