MCPcopy 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

valuesMethod · 0.95
hashStuffMethod · 0.80

Tested by

no test coverage detected