mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
The editor always performs the more efficient row scan. This single-row-fetching method is actually only used in tests right now, but I see no reason to eliminate it, since it's just a convenience for retrieving a single row from the row scanning method.