MCPcopy Index your code
hub / github.com/antlr/antlr4 / hashCode

Method hashCode

runtime/JavaScript/src/antlr4/dfa/DFAState.js:137–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 }
136
137 hashCode() {
138 const hash = new HashCode();
139 hash.update(this.configs);
140 return hash.finish();
141 }
142}

Callers

nothing calls this directly

Calls 2

updateMethod · 0.95
finishMethod · 0.95

Tested by

no test coverage detected