EndLine is the ending line. If the ending line is not known, this will be 0. If the ending line is the same as the starting line, this will be explicitly set to the same value as start_line.
()
| 144 | // If the ending line is the same as the starting line, this will be explicitly |
| 145 | // set to the same value as start_line. |
| 146 | EndLine() int |
| 147 | // EndColumn is the ending column. |
| 148 | // |
| 149 | // If the ending column is not known, this will be 0. |
no outgoing calls
no test coverage detected