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

Function equals

parse/parse_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 makeDecl(t *testing.T, atom ast.Atom, descrAtoms []ast.Atom, bounds []ast.BoundDecl, constraints *ast.InclusionConstraint) ast.Decl {
38 t.Helper()

Callers

nothing calls this directly

Calls 1

EqualsMethod · 0.65

Tested by

no test coverage detected