MCPcopy Create free account
hub / github.com/antlr/antlr4 / hashCodeForConfigSet

Method hashCodeForConfigSet

runtime/JavaScript/src/antlr4/atn/ATNConfig.js:106–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 }
105
106 hashCodeForConfigSet() {
107 const hash = new HashCode();
108 hash.update(this.state.stateNumber, this.alt, this.semanticContext);
109 return hash.finish();
110 }
111
112 equalsForConfigSet(other) {
113 if (this === other) {

Callers 1

hashATNConfigFunction · 0.45

Calls 2

updateMethod · 0.95
finishMethod · 0.95

Tested by

no test coverage detected