MCPcopy Create free account
hub / github.com/AmrDeveloper/GQL / eq

Method eq

crates/gitql-core/src/values/base.rs:515–517  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

513
514impl PartialEq for Box<dyn Value> {
515 fn eq(&self, other: &Self) -> bool {
516 self.equals(other)
517 }
518}
519
520impl PartialOrd for Box<dyn Value> {

Callers 15

group_eq_opMethod · 0.45
group_bang_eq_opMethod · 0.45
group_gt_opMethod · 0.45
group_gte_opMethod · 0.45
group_lt_opMethod · 0.45
group_lte_opMethod · 0.45
group_eq_opMethod · 0.45
group_bang_eq_opMethod · 0.45
group_gt_opMethod · 0.45
group_gte_opMethod · 0.45
group_lt_opMethod · 0.45
group_lte_opMethod · 0.45

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected