toString()
in
lib/lexer.js [49:51]
3
lines of code
1
McCabe index (conditional complexity)
toString() { return `ID: ${this.id}`; }