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

Method hashStuff

runtime/JavaScript/src/antlr4/misc/HashCode.js:63–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 static hashStuff() {
64 const hash = new HashCode();
65 hash.update.apply(hash, arguments);
66 return hash.finish();
67 }
68}

Callers 5

constructorMethod · 0.80
PredictionMode.jsFile · 0.80
hashCodeMethod · 0.80
hashCodeMethod · 0.80
hashCodeMethod · 0.80

Calls 1

finishMethod · 0.95

Tested by

no test coverage detected