| 123 | return (anchor < caret) ? anchor : caret; |
| 124 | } |
| 125 | SelectionPosition End() const { |
| 126 | return (anchor < caret) ? caret : anchor; |
| 127 | } |
| 128 | bool Trim(SelectionRange range); |
| 129 | // If range is all virtual collapse to start of virtual space |
| 130 | void MinimizeVirtualSpace(); |
nothing calls this directly
no outgoing calls
no test coverage detected