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

Method call

src/ast/inline_call.rs:13–19  ·  view source on GitHub ↗

```rust use orgize::{Org, ast::InlineCall}; let call = Org::parse("call_square(4)").first_node:: ().unwrap(); assert_eq!(call.call(), "square"); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

filter_tokenFunction · 0.85

Tested by

no test coverage detected