```rust use orgize::{Org, ast::InlineCall}; let call = Org::parse("call_square(4)").first_node:: ().unwrap(); assert_eq!(call.call(), "square"); ```
(&self)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected