| 133 | } |
| 134 | |
| 135 | unsigned int Completion::getMaxShortMemoryLength() const { |
| 136 | return max_short_memory_length; |
| 137 | } |
| 138 | |
| 139 | void Completion::setMaxShortMemoryLength(unsigned int maxShortMemoryLength) { |
| 140 | max_short_memory_length = maxShortMemoryLength; |
nothing calls this directly
no outgoing calls
no test coverage detected