()
| 16025 | return atoms.join("") |
| 16026 | } |
| 16027 | get asHtmlCube() { |
| 16028 | return this.map((plane, planeIndex) => plane.topDownArray.map((line, lineIndex) => line._toHtmlCubeLine(line.getIndentLevel() - 2, lineIndex, planeIndex)).join("")).join("") |
| 16029 | } |
| 16030 | _getHtmlJoinByCharacter() { |
| 16031 | return `<span class="particleBreakSymbol">${this.particleBreakSymbol}</span>` |
| 16032 | } |
nothing calls this directly
no test coverage detected