| 169 | } |
| 170 | |
| 171 | void TopicStorage::updateMaxObservedArrayLength(uint32_t observed_length) { |
| 172 | if (observed_length > max_observed_array_length_) { |
| 173 | max_observed_array_length_ = observed_length; |
| 174 | } |
| 175 | } |
| 176 | |
| 177 | void TopicStorage::incrementTruncatedSampleCount() { |
| 178 | ++truncated_sample_count_; |
no outgoing calls