constructor()
in
lib/lexer.js [44:47]
4
lines of code
1
McCabe index (conditional complexity)
constructor(id) { super(Tag.ID); this.id = id; }