(s1, s2 SLoc)
| 62 | type SoftWrap interface { |
| 63 | Scroll(s SLoc, n int) SLoc |
| 64 | Diff(s1, s2 SLoc) int |
| 65 | SLocFromLoc(loc buffer.Loc) SLoc |
| 66 | VLocFromLoc(loc buffer.Loc) VLoc |
| 67 | LocFromVLoc(vloc VLoc) buffer.Loc |
no outgoing calls
no test coverage detected