MCPcopy
hub / github.com/google/mangle / equals

Function equals

unionfind/unionfind_test.go:33–35  ·  view source on GitHub ↗
(left, right ast.Constant)

Source from the content-addressed store, hash-verified

31}
32
33func equals(left, right ast.Constant) bool {
34 return left.Equals(right)
35}
36
37func TestUnifyPositive(t *testing.T) {
38 tests := []struct {

Callers

nothing calls this directly

Calls 1

EqualsMethod · 0.65

Tested by

no test coverage detected