| 141 | } |
| 142 | |
| 143 | unsigned int Completion::getMaxReferenceLength() const { |
| 144 | return max_reference_length; |
| 145 | } |
| 146 | |
| 147 | void Completion::setMaxReferenceLength(unsigned int maxReferenceLength) { |
| 148 | max_reference_length = maxReferenceLength; |
nothing calls this directly
no outgoing calls
no test coverage detected