(n)
| 45 | if (found > -1) {this.pos = found; return true} |
| 46 | } |
| 47 | backUp(n) {this.pos -= n} |
| 48 | column() { |
| 49 | if (this.lastColumnPos < this.start) { |
| 50 | this.lastColumnValue = countColumn(this.string, this.start, this.tabSize, this.lastColumnPos, this.lastColumnValue) |
no outgoing calls
no test coverage detected