| 186 | |
| 187 | // a class that represents a group of eslink |
| 188 | class ESLinkGroup { |
| 189 | constructor(clazz, options, mid) { |
| 190 | const color = assignedcolors[clazz]; |
| 191 | this.links = options.map( |
nothing calls this directly
no outgoing calls
no test coverage detected