()
| 123 | } |
| 124 | |
| 125 | func (d *DistinctString) StopReason() string { |
| 126 | return d.stopReason |
| 127 | } |
| 128 | |
| 129 | // Size is the total size of all distinct strings encountered. |
| 130 | func (d *DistinctString) Size() int { |
no outgoing calls
no test coverage detected