Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
values
Method · 0.95
arrayToString
Function · 0.85
Tested by
no test coverage detected