(e, t, n, r)
| 15683 | return { line: e[C.FIELDS.END_LINE], column: e[C.FIELDS.END_COL] }; |
| 15684 | } |
| 15685 | function or(e, t, n, r) { |
| 15686 | return { start: { line: e, column: t }, end: { line: n, column: r } }; |
| 15687 | } |
| 15688 | function _r(e) { |
| 15689 | return or(e[C.FIELDS.START_LINE], e[C.FIELDS.START_COL], e[C.FIELDS.END_LINE], e[C.FIELDS.END_COL]); |
| 15690 | } |
no outgoing calls
no test coverage detected