MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / is_call_kind

Function is_call_kind

src/redundancy.rs:282–285  ·  view source on GitHub ↗
(kind: &str)

Source from the content-addressed store, hash-verified

280}
281
282fn is_call_kind(kind: &str) -> bool {
283 const MARKERS: [&str; 4] = ["call", "invocation", "macro", "apply"];
284 MARKERS.iter().any(|m| kind.contains(m))
285}
286
287/// Return the leftmost identifier-like child of a call node, treating
288/// `field_expression` / `member_expression` as a chain (returns the

Callers 1

hash_call_sequenceFunction · 0.85

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected