Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/antlr/antlr4
/ hashCode
Method
hashCode
runtime/JavaScript/spec/HashSetSpec.js:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
value2 = Math.random();
8
9
hashCode() {
10
return
HashCode.hashStuff(this.value1);
11
}
12
13
equals(other) {
14
return
other instanceof Thing
Callers
nothing calls this directly
Calls
1
hashStuff
Method · 0.80
Tested by
no test coverage detected