MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / is_assign_right

Function is_assign_right

codegraph-kernel/src/rlang.rs:44–46  ·  view source on GitHub ↗
(op: &str)

Source from the content-addressed store, hash-verified

42 matches!(op, "<-" | "<<-" | "=")
43}
44fn is_assign_right(op: &str) -> bool {
45 matches!(op, "->" | "->>")
46}
47
48/// IMPORT_FNS (r.ts:39) — `source` is checked alongside (r.ts:189).
49fn is_import_fn(name: &str) -> bool {

Callers 1

hook_binary_operatorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected