(str, xValue)
| 17842 | return headerRow |
| 17843 | } |
| 17844 | static nest(str, xValue) { |
| 17845 | const ParticleBreakSymbol = PARTICLE_MEMBRANE |
| 17846 | const AtomBreakSymbol = ATOM_MEMBRANE |
| 17847 | const indent = ParticleBreakSymbol + AtomBreakSymbol.repeat(xValue) |
| 17848 | return str ? indent + str.replace(/\n/g, indent) : "" |
| 17849 | } |
| 17850 | static fromDisk(path) { |
| 17851 | const format = this._getFileFormat(path) |
| 17852 | const content = require("fs").readFileSync(path, "utf8") |
no test coverage detected