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

Method toString

runtime/JavaScript/src/antlr4/misc/HashSet.js:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 toString() {
74 return arrayToString(this.values());
75 }
76
77 get length() {
78 return this.itemCount;

Callers

nothing calls this directly

Calls 2

valuesMethod · 0.95
arrayToStringFunction · 0.85

Tested by

no test coverage detected