Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
33
func
equals(left, right ast.Constant) bool {
34
return
left.Equals(right)
35
}
36
37
func
TestUnifyPositive(t *testing.T) {
38
tests := []
struct
{
Callers
nothing calls this directly
Calls
1
Equals
Method · 0.65
Tested by
no test coverage detected