MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / max_size

Function max_size

common/arena_string.h:152–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 bool empty() const { return size() == 0; }
151
152 size_type max_size() const { return std::numeric_limits<size_t>::max() >> 1; }
153
154 absl_nonnull const_pointer data() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
155 switch (rep_.kind) {

Callers 3

GrowMethod · 0.50
~EvaluatorStackMethod · 0.50
ClearMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected