Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/antlr/antlr4
/ hashCode
Method
hashCode
runtime/JavaScript/src/antlr4/misc/BitSet.js:81–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
hashCode() {
82
return
HashCode.hashStuff(this.values());
83
}
84
85
equals(other) {
86
return
other instanceof BitSet && equalArrays(this.data, other.data);
Callers
nothing calls this directly
Calls
2
values
Method · 0.95
hashStuff
Method · 0.80
Tested by
no test coverage detected