()
| 109 | func (s *Selection) Indirect() bool { return s.indirect } |
| 110 | |
| 111 | func (s *Selection) String() string { return SelectionString(s, nil) } |
| 112 | |
| 113 | // SelectionString returns the string form of s. |
| 114 | // The Qualifier controls the printing of |
nothing calls this directly
no test coverage detected