(view, pos)
| 2503 | } |
| 2504 | |
| 2505 | function safeCoordsAtPos(view, pos) { |
| 2506 | try { |
| 2507 | return view.coordsAtPos(pos); |
| 2508 | } catch (_) { |
| 2509 | return null; |
| 2510 | } |
| 2511 | } |
| 2512 | |
| 2513 | /** |
| 2514 | * Sets the vertical scroll value of the editor. This is called when the editor is scrolled horizontally using the scrollbar. |
no outgoing calls
no test coverage detected