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

Function empty

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

Source from the content-addressed store, hash-verified

148 }
149
150 bool empty() const { return size() == 0; }
151
152 size_type max_size() const { return std::numeric_limits<size_t>::max() >> 1; }
153

Callers 2

TypeParametersClass · 0.70
arena_string.hFile · 0.70

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected