MCPcopy Create free account
hub / github.com/beefytech/Beef / length_overages

Method length_overages

BeefRT/gperftools/src/thread_cache.h:195–197  ·  view source on GitHub ↗

Return the number of times that length() has gone over max_length().

Source from the content-addressed store, hash-verified

193
194 // Return the number of times that length() has gone over max_length().
195 size_t length_overages() const {
196 return length_overages_;
197 }
198
199 void set_length_overages(size_t new_count) {
200 length_overages_ = new_count;

Callers 1

ListTooLongMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected