Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/antlr/antlr4
/ toString
Method
toString
runtime/JavaScript/src/antlr4/misc/BitSet.js:89–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
toString() {
90
return
"{"
+ this.values().join(
", "
) +
"}"
;
91
}
92
93
get length() {
94
return
this.data.map(l => BitSet._bitCount(l)).reduce((s, v) => s + v, 0);
Callers
nothing calls this directly
Calls
2
values
Method · 0.95
join
Method · 0.45
Tested by
no test coverage detected