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

Method eq

crates/gitql-ast/src/types/base.rs:634–636  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

632
633impl PartialEq for Box<dyn DataType> {
634 fn eq(&self, other: &Self) -> bool {
635 self.equals(other)
636 }
637}

Callers 11

equalsMethod · 0.45
equalsMethod · 0.45
evaluate_symbolFunction · 0.45
parse_from_optionFunction · 0.45
parse_symbol_expressionFunction · 0.45

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected